Shades of Wild Willow #BBC56E
Tints of Wild Willow #BBC56E
RGB
CMYK
RGB Variations
Color information
#BBC56E (or 0xBBC56E) is known color: Wild Willow. HEX triplet: BB, C5 and 6E. RGB value is (187,197,110). Sum of RGB (Red+Green+Blue) = 187+197+110=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC56E is #443A91. Grayscale: #B8B8B8. Windows color (decimal): -4471442 or 7259579. OLE color: 7259579.
HSL color Cylindrical-coordinate representation of color #BBC56E: hue angle of 66.9º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC56E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 110 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.23 |
| HSL | 66.9º | 0.43% | 0.6% | - |
| HSV(B) | 66.9º | 0.44% | 0.77% | - |
| XYZ | 43.27 | 51.62 | 22.44 | - |
| YUV | 184.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 110 | 0.05 | 0 | 0.44 | 0.23 | 66.9 | 0.43 | 0.6 |
| Hex | BB | C5 | 6E | 5 | 0 | 2C | 17 | 43 | 2B | 3C |
| Octal | 273 | 305 | 156 | 5 | 0 | 54 | 27 | 103 | 53 | 74 |
| Binary | 10111011 | 11000101 | 1101110 | 101 | 0 | 101100 | 10111 | 1000011 | 101011 | 111100 |
Color Harmonies of #BBC56E
Complementary color
Monochromatic Colors of #BBC56E
Black with #BBC56E
Text Example
Text Example
White with #BBC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC56E; }
p { color: rgb(187,197,110); }
H1.HeaderClassName
{
color: #BBC56E;
}
.AnyTagClassName
{
color: #BBC56E;
}
</style>
background-color css
<style>
a { background-color: #BBC56E; }
a { background-color: rgb(187,197,110); }
div.DivClassName
{
background-color: #BBC56E;
}
.BgClassName
{
background-color: #BBC56E;
}
</style>
border-color css
<style>
span { border-color: #BBC56E; }
span { border-color: rgb(187,197,110); }
td.TdClassName
{
border-color: #BBC56E;
}
.TagClassName
{
border-color: #BBC56E;
}
</style>