Shades of Wild Willow #BBC855
Tints of Wild Willow #BBC855
RGB
CMYK
RGB Variations
Color information
#BBC855 (or 0xBBC855) is known color: Wild Willow. HEX triplet: BB, C8 and 55. RGB value is (187,200,85). Sum of RGB (Red+Green+Blue) = 187+200+85=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC855 is #4437AA. Grayscale: #B7B7B7. Windows color (decimal): -4470699 or 5621947. OLE color: 5621947.
HSL color Cylindrical-coordinate representation of color #BBC855: hue angle of 66.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC855 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 85 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.22 |
| HSL | 66.78º | 0.51% | 0.56% | - |
| HSV(B) | 66.78º | 0.58% | 0.78% | - |
| XYZ | 42.79 | 52.53 | 16.48 | - |
| YUV | 183 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 85 | 0.06 | 0 | 0.58 | 0.22 | 66.78 | 0.51 | 0.56 |
| Hex | BB | C8 | 55 | 6 | 0 | 3A | 16 | 43 | 33 | 38 |
| Octal | 273 | 310 | 125 | 6 | 0 | 72 | 26 | 103 | 63 | 70 |
| Binary | 10111011 | 11001000 | 1010101 | 110 | 0 | 111010 | 10110 | 1000011 | 110011 | 111000 |
Color Harmonies of #BBC855
Complementary color
Monochromatic Colors of #BBC855
Black with #BBC855
Text Example
Text Example
White with #BBC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC855; }
p { color: rgb(187,200,85); }
H1.HeaderClassName
{
color: #BBC855;
}
.AnyTagClassName
{
color: #BBC855;
}
</style>
background-color css
<style>
a { background-color: #BBC855; }
a { background-color: rgb(187,200,85); }
div.DivClassName
{
background-color: #BBC855;
}
.BgClassName
{
background-color: #BBC855;
}
</style>
border-color css
<style>
span { border-color: #BBC855; }
span { border-color: rgb(187,200,85); }
td.TdClassName
{
border-color: #BBC855;
}
.TagClassName
{
border-color: #BBC855;
}
</style>