Shades of Wild Willow #BBC85B
Tints of Wild Willow #BBC85B
RGB
CMYK
RGB Variations
Color information
#BBC85B (or 0xBBC85B) is known color: Wild Willow. HEX triplet: BB, C8 and 5B. RGB value is (187,200,91). Sum of RGB (Red+Green+Blue) = 187+200+91=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC85B is #4437A4. Grayscale: #B8B8B8. Windows color (decimal): -4470693 or 6015163. OLE color: 6015163.
HSL color Cylindrical-coordinate representation of color #BBC85B: hue angle of 67.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBC85B is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 91 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.22 |
| HSL | 67.16º | 0.5% | 0.57% | - |
| HSV(B) | 67.16º | 0.55% | 0.78% | - |
| XYZ | 43.04 | 52.63 | 17.79 | - |
| YUV | 183.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 91 | 0.06 | 0 | 0.54 | 0.22 | 67.16 | 0.5 | 0.57 |
| Hex | BB | C8 | 5B | 6 | 0 | 36 | 16 | 43 | 32 | 39 |
| Octal | 273 | 310 | 133 | 6 | 0 | 66 | 26 | 103 | 62 | 71 |
| Binary | 10111011 | 11001000 | 1011011 | 110 | 0 | 110110 | 10110 | 1000011 | 110010 | 111001 |
Color Harmonies of #BBC85B
Complementary color
Monochromatic Colors of #BBC85B
Black with #BBC85B
Text Example
Text Example
White with #BBC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC85B; }
p { color: rgb(187,200,91); }
H1.HeaderClassName
{
color: #BBC85B;
}
.AnyTagClassName
{
color: #BBC85B;
}
</style>
background-color css
<style>
a { background-color: #BBC85B; }
a { background-color: rgb(187,200,91); }
div.DivClassName
{
background-color: #BBC85B;
}
.BgClassName
{
background-color: #BBC85B;
}
</style>
border-color css
<style>
span { border-color: #BBC85B; }
span { border-color: rgb(187,200,91); }
td.TdClassName
{
border-color: #BBC85B;
}
.TagClassName
{
border-color: #BBC85B;
}
</style>