Shades of Wild Willow #BBC85C
Tints of Wild Willow #BBC85C
RGB
CMYK
RGB Variations
Color information
#BBC85C (or 0xBBC85C) is known color: Wild Willow. HEX triplet: BB, C8 and 5C. RGB value is (187,200,92). Sum of RGB (Red+Green+Blue) = 187+200+92=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC85C is #4437A3. Grayscale: #B8B8B8. Windows color (decimal): -4470692 or 6080699. OLE color: 6080699.
HSL color Cylindrical-coordinate representation of color #BBC85C: hue angle of 67.22º 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 #BBC85C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 92 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.22 |
| HSL | 67.22º | 0.5% | 0.57% | - |
| HSV(B) | 67.22º | 0.54% | 0.78% | - |
| XYZ | 43.08 | 52.65 | 18.02 | - |
| YUV | 183.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 92 | 0.06 | 0 | 0.54 | 0.22 | 67.22 | 0.5 | 0.57 |
| Hex | BB | C8 | 5C | 6 | 0 | 36 | 16 | 43 | 32 | 39 |
| Octal | 273 | 310 | 134 | 6 | 0 | 66 | 26 | 103 | 62 | 71 |
| Binary | 10111011 | 11001000 | 1011100 | 110 | 0 | 110110 | 10110 | 1000011 | 110010 | 111001 |
Color Harmonies of #BBC85C
Complementary color
Monochromatic Colors of #BBC85C
Black with #BBC85C
Text Example
Text Example
White with #BBC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC85C; }
p { color: rgb(187,200,92); }
H1.HeaderClassName
{
color: #BBC85C;
}
.AnyTagClassName
{
color: #BBC85C;
}
</style>
background-color css
<style>
a { background-color: #BBC85C; }
a { background-color: rgb(187,200,92); }
div.DivClassName
{
background-color: #BBC85C;
}
.BgClassName
{
background-color: #BBC85C;
}
</style>
border-color css
<style>
span { border-color: #BBC85C; }
span { border-color: rgb(187,200,92); }
td.TdClassName
{
border-color: #BBC85C;
}
.TagClassName
{
border-color: #BBC85C;
}
</style>