Shades of Wild Willow #BBC85F
Tints of Wild Willow #BBC85F
RGB
CMYK
RGB Variations
Color information
#BBC85F (or 0xBBC85F) is known color: Wild Willow. HEX triplet: BB, C8 and 5F. RGB value is (187,200,95). Sum of RGB (Red+Green+Blue) = 187+200+95=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC85F is #4437A0. Grayscale: #B8B8B8. Windows color (decimal): -4470689 or 6277307. OLE color: 6277307.
HSL color Cylindrical-coordinate representation of color #BBC85F: hue angle of 67.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC85F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 95 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.22 |
| HSL | 67.43º | 0.49% | 0.58% | - |
| HSV(B) | 67.43º | 0.53% | 0.78% | - |
| XYZ | 43.21 | 52.7 | 18.72 | - |
| YUV | 184.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 95 | 0.06 | 0 | 0.52 | 0.22 | 67.43 | 0.49 | 0.58 |
| Hex | BB | C8 | 5F | 6 | 0 | 34 | 16 | 43 | 31 | 3A |
| Octal | 273 | 310 | 137 | 6 | 0 | 64 | 26 | 103 | 61 | 72 |
| Binary | 10111011 | 11001000 | 1011111 | 110 | 0 | 110100 | 10110 | 1000011 | 110001 | 111010 |
Color Harmonies of #BBC85F
Complementary color
Monochromatic Colors of #BBC85F
Black with #BBC85F
Text Example
Text Example
White with #BBC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC85F; }
p { color: rgb(187,200,95); }
H1.HeaderClassName
{
color: #BBC85F;
}
.AnyTagClassName
{
color: #BBC85F;
}
</style>
background-color css
<style>
a { background-color: #BBC85F; }
a { background-color: rgb(187,200,95); }
div.DivClassName
{
background-color: #BBC85F;
}
.BgClassName
{
background-color: #BBC85F;
}
</style>
border-color css
<style>
span { border-color: #BBC85F; }
span { border-color: rgb(187,200,95); }
td.TdClassName
{
border-color: #BBC85F;
}
.TagClassName
{
border-color: #BBC85F;
}
</style>