Shades of Wild Willow #BBC45E
Tints of Wild Willow #BBC45E
RGB
CMYK
RGB Variations
Color information
#BBC45E (or 0xBBC45E) is known color: Wild Willow. HEX triplet: BB, C4 and 5E. RGB value is (187,196,94). Sum of RGB (Red+Green+Blue) = 187+196+94=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC45E is #443BA1. Grayscale: #B6B6B6. Windows color (decimal): -4471714 or 6210747. OLE color: 6210747.
HSL color Cylindrical-coordinate representation of color #BBC45E: hue angle of 65.29º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC45E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 94 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.23 |
| HSL | 65.29º | 0.46% | 0.57% | - |
| HSV(B) | 65.29º | 0.52% | 0.77% | - |
| XYZ | 42.25 | 50.85 | 18.18 | - |
| YUV | 181.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 94 | 0.05 | 0 | 0.52 | 0.23 | 65.29 | 0.46 | 0.57 |
| Hex | BB | C4 | 5E | 5 | 0 | 34 | 17 | 41 | 2E | 39 |
| Octal | 273 | 304 | 136 | 5 | 0 | 64 | 27 | 101 | 56 | 71 |
| Binary | 10111011 | 11000100 | 1011110 | 101 | 0 | 110100 | 10111 | 1000001 | 101110 | 111001 |
Color Harmonies of #BBC45E
Complementary color
Monochromatic Colors of #BBC45E
Black with #BBC45E
Text Example
Text Example
White with #BBC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC45E; }
p { color: rgb(187,196,94); }
H1.HeaderClassName
{
color: #BBC45E;
}
.AnyTagClassName
{
color: #BBC45E;
}
</style>
background-color css
<style>
a { background-color: #BBC45E; }
a { background-color: rgb(187,196,94); }
div.DivClassName
{
background-color: #BBC45E;
}
.BgClassName
{
background-color: #BBC45E;
}
</style>
border-color css
<style>
span { border-color: #BBC45E; }
span { border-color: rgb(187,196,94); }
td.TdClassName
{
border-color: #BBC45E;
}
.TagClassName
{
border-color: #BBC45E;
}
</style>