Shades of Wild Willow #BBC65E
Tints of Wild Willow #BBC65E
RGB
CMYK
RGB Variations
Color information
#BBC65E (or 0xBBC65E) is known color: Wild Willow. HEX triplet: BB, C6 and 5E. RGB value is (187,198,94). Sum of RGB (Red+Green+Blue) = 187+198+94=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC65E is #4439A1. Grayscale: #B7B7B7. Windows color (decimal): -4471202 or 6211259. OLE color: 6211259.
HSL color Cylindrical-coordinate representation of color #BBC65E: hue angle of 66.35º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC65E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 94 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.22 |
| HSL | 66.35º | 0.48% | 0.57% | - |
| HSV(B) | 66.35º | 0.53% | 0.78% | - |
| XYZ | 42.71 | 51.76 | 18.33 | - |
| YUV | 182.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 94 | 0.06 | 0 | 0.53 | 0.22 | 66.35 | 0.48 | 0.57 |
| Hex | BB | C6 | 5E | 6 | 0 | 35 | 16 | 42 | 30 | 39 |
| Octal | 273 | 306 | 136 | 6 | 0 | 65 | 26 | 102 | 60 | 71 |
| Binary | 10111011 | 11000110 | 1011110 | 110 | 0 | 110101 | 10110 | 1000010 | 110000 | 111001 |
Color Harmonies of #BBC65E
Complementary color
Monochromatic Colors of #BBC65E
Black with #BBC65E
Text Example
Text Example
White with #BBC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC65E; }
p { color: rgb(187,198,94); }
H1.HeaderClassName
{
color: #BBC65E;
}
.AnyTagClassName
{
color: #BBC65E;
}
</style>
background-color css
<style>
a { background-color: #BBC65E; }
a { background-color: rgb(187,198,94); }
div.DivClassName
{
background-color: #BBC65E;
}
.BgClassName
{
background-color: #BBC65E;
}
</style>
border-color css
<style>
span { border-color: #BBC65E; }
span { border-color: rgb(187,198,94); }
td.TdClassName
{
border-color: #BBC65E;
}
.TagClassName
{
border-color: #BBC65E;
}
</style>