Shades of Wild Willow #BBC86E
Tints of Wild Willow #BBC86E
RGB
CMYK
RGB Variations
Color information
#BBC86E (or 0xBBC86E) is known color: Wild Willow. HEX triplet: BB, C8 and 6E. RGB value is (187,200,110). Sum of RGB (Red+Green+Blue) = 187+200+110=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC86E is #443791. Grayscale: #BABABA. Windows color (decimal): -4470674 or 7260347. OLE color: 7260347.
HSL color Cylindrical-coordinate representation of color #BBC86E: hue angle of 68.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC86E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 110 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.22 |
| HSL | 68.67º | 0.45% | 0.61% | - |
| HSV(B) | 68.67º | 0.45% | 0.78% | - |
| XYZ | 43.96 | 53 | 22.66 | - |
| YUV | 185.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 110 | 0.06 | 0 | 0.45 | 0.22 | 68.67 | 0.45 | 0.61 |
| Hex | BB | C8 | 6E | 6 | 0 | 2D | 16 | 45 | 2D | 3D |
| Octal | 273 | 310 | 156 | 6 | 0 | 55 | 26 | 105 | 55 | 75 |
| Binary | 10111011 | 11001000 | 1101110 | 110 | 0 | 101101 | 10110 | 1000101 | 101101 | 111101 |
Color Harmonies of #BBC86E
Complementary color
Monochromatic Colors of #BBC86E
Black with #BBC86E
Text Example
Text Example
White with #BBC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC86E; }
p { color: rgb(187,200,110); }
H1.HeaderClassName
{
color: #BBC86E;
}
.AnyTagClassName
{
color: #BBC86E;
}
</style>
background-color css
<style>
a { background-color: #BBC86E; }
a { background-color: rgb(187,200,110); }
div.DivClassName
{
background-color: #BBC86E;
}
.BgClassName
{
background-color: #BBC86E;
}
</style>
border-color css
<style>
span { border-color: #BBC86E; }
span { border-color: rgb(187,200,110); }
td.TdClassName
{
border-color: #BBC86E;
}
.TagClassName
{
border-color: #BBC86E;
}
</style>