Shades of Wild Willow #BBC560
Tints of Wild Willow #BBC560
RGB
CMYK
RGB Variations
Color information
#BBC560 (or 0xBBC560) is known color: Wild Willow. HEX triplet: BB, C5 and 60. RGB value is (187,197,96). Sum of RGB (Red+Green+Blue) = 187+197+96=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC560 is #443A9F. Grayscale: #B6B6B6. Windows color (decimal): -4471456 or 6342075. OLE color: 6342075.
HSL color Cylindrical-coordinate representation of color #BBC560: hue angle of 65.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBC560 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 96 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.23 |
| HSL | 65.94º | 0.47% | 0.57% | - |
| HSV(B) | 65.94º | 0.51% | 0.77% | - |
| XYZ | 42.57 | 51.34 | 18.73 | - |
| YUV | 182.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 96 | 0.05 | 0 | 0.51 | 0.23 | 65.94 | 0.47 | 0.57 |
| Hex | BB | C5 | 60 | 5 | 0 | 33 | 17 | 42 | 2F | 39 |
| Octal | 273 | 305 | 140 | 5 | 0 | 63 | 27 | 102 | 57 | 71 |
| Binary | 10111011 | 11000101 | 1100000 | 101 | 0 | 110011 | 10111 | 1000010 | 101111 | 111001 |
Color Harmonies of #BBC560
Complementary color
Monochromatic Colors of #BBC560
Black with #BBC560
Text Example
Text Example
White with #BBC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC560; }
p { color: rgb(187,197,96); }
H1.HeaderClassName
{
color: #BBC560;
}
.AnyTagClassName
{
color: #BBC560;
}
</style>
background-color css
<style>
a { background-color: #BBC560; }
a { background-color: rgb(187,197,96); }
div.DivClassName
{
background-color: #BBC560;
}
.BgClassName
{
background-color: #BBC560;
}
</style>
border-color css
<style>
span { border-color: #BBC560; }
span { border-color: rgb(187,197,96); }
td.TdClassName
{
border-color: #BBC560;
}
.TagClassName
{
border-color: #BBC560;
}
</style>