Shades of Wild Willow #BBC860
Tints of Wild Willow #BBC860
RGB
CMYK
RGB Variations
Color information
#BBC860 (or 0xBBC860) is known color: Wild Willow. HEX triplet: BB, C8 and 60. RGB value is (187,200,96). Sum of RGB (Red+Green+Blue) = 187+200+96=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC860 is #44379F. Grayscale: #B8B8B8. Windows color (decimal): -4470688 or 6342843. OLE color: 6342843.
HSL color Cylindrical-coordinate representation of color #BBC860: hue angle of 67.5º 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 #BBC860 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 96 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.22 |
| HSL | 67.5º | 0.49% | 0.58% | - |
| HSV(B) | 67.5º | 0.52% | 0.78% | - |
| XYZ | 43.26 | 52.72 | 18.96 | - |
| YUV | 184.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 96 | 0.06 | 0 | 0.52 | 0.22 | 67.5 | 0.49 | 0.58 |
| Hex | BB | C8 | 60 | 6 | 0 | 34 | 16 | 44 | 31 | 3A |
| Octal | 273 | 310 | 140 | 6 | 0 | 64 | 26 | 104 | 61 | 72 |
| Binary | 10111011 | 11001000 | 1100000 | 110 | 0 | 110100 | 10110 | 1000100 | 110001 | 111010 |
Color Harmonies of #BBC860
Complementary color
Monochromatic Colors of #BBC860
Black with #BBC860
Text Example
Text Example
White with #BBC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC860; }
p { color: rgb(187,200,96); }
H1.HeaderClassName
{
color: #BBC860;
}
.AnyTagClassName
{
color: #BBC860;
}
</style>
background-color css
<style>
a { background-color: #BBC860; }
a { background-color: rgb(187,200,96); }
div.DivClassName
{
background-color: #BBC860;
}
.BgClassName
{
background-color: #BBC860;
}
</style>
border-color css
<style>
span { border-color: #BBC860; }
span { border-color: rgb(187,200,96); }
td.TdClassName
{
border-color: #BBC860;
}
.TagClassName
{
border-color: #BBC860;
}
</style>