Shades of Wild Willow #BBC85E
Tints of Wild Willow #BBC85E
RGB
CMYK
RGB Variations
Color information
#BBC85E (or 0xBBC85E) is known color: Wild Willow. HEX triplet: BB, C8 and 5E. RGB value is (187,200,94). Sum of RGB (Red+Green+Blue) = 187+200+94=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC85E is #4437A1. Grayscale: #B8B8B8. Windows color (decimal): -4470690 or 6211771. OLE color: 6211771.
HSL color Cylindrical-coordinate representation of color #BBC85E: hue angle of 67.36º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC85E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 94 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.22 |
| HSL | 67.36º | 0.49% | 0.58% | - |
| HSV(B) | 67.36º | 0.53% | 0.78% | - |
| XYZ | 43.17 | 52.68 | 18.48 | - |
| YUV | 184.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 94 | 0.06 | 0 | 0.53 | 0.22 | 67.36 | 0.49 | 0.58 |
| Hex | BB | C8 | 5E | 6 | 0 | 35 | 16 | 43 | 31 | 3A |
| Octal | 273 | 310 | 136 | 6 | 0 | 65 | 26 | 103 | 61 | 72 |
| Binary | 10111011 | 11001000 | 1011110 | 110 | 0 | 110101 | 10110 | 1000011 | 110001 | 111010 |
Color Harmonies of #BBC85E
Complementary color
Monochromatic Colors of #BBC85E
Black with #BBC85E
Text Example
Text Example
White with #BBC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC85E; }
p { color: rgb(187,200,94); }
H1.HeaderClassName
{
color: #BBC85E;
}
.AnyTagClassName
{
color: #BBC85E;
}
</style>
background-color css
<style>
a { background-color: #BBC85E; }
a { background-color: rgb(187,200,94); }
div.DivClassName
{
background-color: #BBC85E;
}
.BgClassName
{
background-color: #BBC85E;
}
</style>
border-color css
<style>
span { border-color: #BBC85E; }
span { border-color: rgb(187,200,94); }
td.TdClassName
{
border-color: #BBC85E;
}
.TagClassName
{
border-color: #BBC85E;
}
</style>