Color #B0C434

HEX

#B0C434

RGB

(176, 196, 52)

Quick Actions

Color Values

Color Space Values
RGB
R: 176, G: 196, B: 52 (69%, 77%, 20%)
CMYK C: 10%, M: 0%, Y: 73%, K: 23%
HSL H: 68°, S: 58%, L: 49%
HSV H: 68°, S: 73%, V: 77%
CIE-LAB L: 75.43, a: -24.9, b: 65.4
CIE-LCH L: 75.43, C: 69.98, H: 110.84
Hunter-Lab L: 69.97, a: -26.76, b: 38.3
Web Safe
#99cc33
Complementary
#4734c4

#B0C434 is a color with RGB values of 176 red, 196 green, and 52 blue (69%, 77%, 20% respectively). In the CMYK color space, it consists of 10% cyan, 0% magenta, 73% yellow, and 23% black. The color has a hue angle of 68°, 58% saturation, and 49% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #99cc33. The complementary color is #4734c4, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B0C434

Explore different variations of #B0C434 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B0C434. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B0C434

Explore different color combinations and harmonies that work well with #B0C434.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B0C434

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B0C434

Text with #B0C434

This text has a font color of #B0C434.

<span style="color:#B0C434;">Text here</span>
.text { color: #B0C434; }

#B0C434 background color

This paragraph has a background color of #B0C434.

<p style="background-color:#B0C434;">Content here</p>
.background { background-color: #B0C434; }

#B0C434 border color

This element has a border color of #B0C434.
<div style="border:1px solid #B0C434;">Content here</div>
.border { border: 1px solid #B0C434; }

#B0C434 box shadow

This element has a box shadow using #B0C434.
<div style="box-shadow: 0 4px 6px -1px #B0C43480">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B0C43480; }
Copied to clipboard!