Shades of Wild Willow #BBC76D
Tints of Wild Willow #BBC76D
RGB
CMYK
RGB Variations
Color information
#BBC76D (or 0xBBC76D) is known color: Wild Willow. HEX triplet: BB, C7 and 6D. RGB value is (187,199,109). Sum of RGB (Red+Green+Blue) = 187+199+109=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC76D is #443892. Grayscale: #B9B9B9. Windows color (decimal): -4470931 or 7194555. OLE color: 7194555.
HSL color Cylindrical-coordinate representation of color #BBC76D: hue angle of 68º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC76D is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 109 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.22 |
| HSL | 68º | 0.45% | 0.6% | - |
| HSV(B) | 68º | 0.45% | 0.78% | - |
| XYZ | 43.68 | 52.52 | 22.3 | - |
| YUV | 185.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 109 | 0.06 | 0 | 0.45 | 0.22 | 68 | 0.45 | 0.6 |
| Hex | BB | C7 | 6D | 6 | 0 | 2D | 16 | 44 | 2D | 3C |
| Octal | 273 | 307 | 155 | 6 | 0 | 55 | 26 | 104 | 55 | 74 |
| Binary | 10111011 | 11000111 | 1101101 | 110 | 0 | 101101 | 10110 | 1000100 | 101101 | 111100 |
Color Harmonies of #BBC76D
Complementary color
Monochromatic Colors of #BBC76D
Black with #BBC76D
Text Example
Text Example
White with #BBC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC76D; }
p { color: rgb(187,199,109); }
H1.HeaderClassName
{
color: #BBC76D;
}
.AnyTagClassName
{
color: #BBC76D;
}
</style>
background-color css
<style>
a { background-color: #BBC76D; }
a { background-color: rgb(187,199,109); }
div.DivClassName
{
background-color: #BBC76D;
}
.BgClassName
{
background-color: #BBC76D;
}
</style>
border-color css
<style>
span { border-color: #BBC76D; }
span { border-color: rgb(187,199,109); }
td.TdClassName
{
border-color: #BBC76D;
}
.TagClassName
{
border-color: #BBC76D;
}
</style>