Color: #BFCB6C
#BFCB6C Color Information
#BFCB6C is a light color. The closest websafe version is #BFCB6C. A complement of this color would be #796CCB, perceived brightness is 0.74, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 68°,a saturation of 48%, and a lightness of 61%.The HSV representation shows a hue of 68°, a saturation of 47%, and a value of 80%.
In a RGB color space, #BFCB6C is composed of 75% red, 80% green and 42% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 47% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 55.31, x: 0.3975, and y: 0.4594.
Color Code #BFCB6C
Shades of Color #BFCB6C
Shades are created by darkening the original color #BFCB6C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #BFCB6C
Tints are created by lightening the original color #BFCB6C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #BFCB6C Color Code
In the HSL color space, this color has a hue angle of 68°, a saturation of 48%, and a lightness of 61%. The HSV representation shows a hue of 68°, a saturation of 47%, and a value of 80%.
- HEX: #BFCB6C
- RGB: rgb(191, 203, 108)
- HSL: hsl(68, 48%, 61%)
- HSV: hsv(68, 47%, 80%)
- CMYK: 6.00% cyan, 0.00% magenta, 47.00% yellow, 20.00% black
- XYZ: 47.86, 55.31, 17.23
- Yxy: 55.31, 0.3975, 0.4594
- Hunter Lab: 79.22, -14.55, 45.51
- CIE-Lab: 79.22, -14.55, 45.51
In the XYZ color space, this color is represented as X: 47.86, Y: 55.31, Z: 17.23. The Yxy representation further refines this as Y: 55.31, x: 0.3975, and y: 0.4594.
In the Hunter Lab color space, this color is represented as L: 79.22, a: -14.55, and b: 45.51. Similarly, in the CIE-Lab color space, it is represented as L: 79.22, a: -14.55, and b: 45.51.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #BFCB6C
Triadic colors are three colors evenly spaced around the color wheel, including #BFCB6C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BFCB6C
Monochromatic colors are variations of #BFCB6C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFCB6C
The complementary color of #BFCB6C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #BFCB6C
/* Using HEX */ body { background-color: #bfcb6c; }
/* Using RGB */ body { background-color: rgb(191, 203, 108); }
/* Using RGB with opacity */ body { background-color: rgba(191, 203, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(68, 48%, 61%); }
/* Text color */ p { color: #bfcb6c; }
/* Box shadow */ div { box-shadow: 4px 4px #bfcb6c; }
/* Border color */ .box { border: 4px solid #bfcb6c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bfcb6c; }
/* Background with text */ div { background: #bfcb6c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BFCB6C
<!-- Using HEX --> <div style="background-color: #bfcb6c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 203, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 203, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(68, 48%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfcb6c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfcb6c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bfcb6c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bfcb6c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bfcb6c; color: #fff; padding: 16px; border-radius: 8px;"> #BFCB6C </div>
Related Colors of #BFCB6C
These colors are similar to #BFCB6C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.