Shades of Wild Willow #BBC66D
Tints of Wild Willow #BBC66D
RGB
CMYK
RGB Variations
Color information
#BBC66D (or 0xBBC66D) is known color: Wild Willow. HEX triplet: BB, C6 and 6D. RGB value is (187,198,109). Sum of RGB (Red+Green+Blue) = 187+198+109=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC66D is #443992. Grayscale: #B8B8B8. Windows color (decimal): -4471187 or 7194299. OLE color: 7194299.
HSL color Cylindrical-coordinate representation of color #BBC66D: hue angle of 67.42º degrees, saturation: 0.44, 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 #BBC66D is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 109 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.22 |
| HSL | 67.42º | 0.44% | 0.6% | - |
| HSV(B) | 67.42º | 0.45% | 0.78% | - |
| XYZ | 43.45 | 52.06 | 22.23 | - |
| YUV | 184.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 109 | 0.06 | 0 | 0.45 | 0.22 | 67.42 | 0.44 | 0.6 |
| Hex | BB | C6 | 6D | 6 | 0 | 2D | 16 | 43 | 2C | 3C |
| Octal | 273 | 306 | 155 | 6 | 0 | 55 | 26 | 103 | 54 | 74 |
| Binary | 10111011 | 11000110 | 1101101 | 110 | 0 | 101101 | 10110 | 1000011 | 101100 | 111100 |
Color Harmonies of #BBC66D
Complementary color
Monochromatic Colors of #BBC66D
Black with #BBC66D
Text Example
Text Example
White with #BBC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC66D; }
p { color: rgb(187,198,109); }
H1.HeaderClassName
{
color: #BBC66D;
}
.AnyTagClassName
{
color: #BBC66D;
}
</style>
background-color css
<style>
a { background-color: #BBC66D; }
a { background-color: rgb(187,198,109); }
div.DivClassName
{
background-color: #BBC66D;
}
.BgClassName
{
background-color: #BBC66D;
}
</style>
border-color css
<style>
span { border-color: #BBC66D; }
span { border-color: rgb(187,198,109); }
td.TdClassName
{
border-color: #BBC66D;
}
.TagClassName
{
border-color: #BBC66D;
}
</style>