Shades of Wild Willow #BBC66E
Tints of Wild Willow #BBC66E
RGB
CMYK
RGB Variations
Color information
#BBC66E (or 0xBBC66E) is known color: Wild Willow. HEX triplet: BB, C6 and 6E. RGB value is (187,198,110). Sum of RGB (Red+Green+Blue) = 187+198+110=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC66E is #443991. Grayscale: #B9B9B9. Windows color (decimal): -4471186 or 7259835. OLE color: 7259835.
HSL color Cylindrical-coordinate representation of color #BBC66E: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC66E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 110 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.22 |
| HSL | 67.5º | 0.44% | 0.6% | - |
| HSV(B) | 67.5º | 0.44% | 0.78% | - |
| XYZ | 43.5 | 52.08 | 22.51 | - |
| YUV | 184.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 110 | 0.06 | 0 | 0.44 | 0.22 | 67.5 | 0.44 | 0.6 |
| Hex | BB | C6 | 6E | 6 | 0 | 2C | 16 | 44 | 2C | 3C |
| Octal | 273 | 306 | 156 | 6 | 0 | 54 | 26 | 104 | 54 | 74 |
| Binary | 10111011 | 11000110 | 1101110 | 110 | 0 | 101100 | 10110 | 1000100 | 101100 | 111100 |
Color Harmonies of #BBC66E
Complementary color
Monochromatic Colors of #BBC66E
Black with #BBC66E
Text Example
Text Example
White with #BBC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC66E; }
p { color: rgb(187,198,110); }
H1.HeaderClassName
{
color: #BBC66E;
}
.AnyTagClassName
{
color: #BBC66E;
}
</style>
background-color css
<style>
a { background-color: #BBC66E; }
a { background-color: rgb(187,198,110); }
div.DivClassName
{
background-color: #BBC66E;
}
.BgClassName
{
background-color: #BBC66E;
}
</style>
border-color css
<style>
span { border-color: #BBC66E; }
span { border-color: rgb(187,198,110); }
td.TdClassName
{
border-color: #BBC66E;
}
.TagClassName
{
border-color: #BBC66E;
}
</style>