Shades of Wild Willow #BBC460
Tints of Wild Willow #BBC460
RGB
CMYK
RGB Variations
Color information
#BBC460 (or 0xBBC460) is known color: Wild Willow. HEX triplet: BB, C4 and 60. RGB value is (187,196,96). Sum of RGB (Red+Green+Blue) = 187+196+96=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC460 is #443B9F. Grayscale: #B6B6B6. Windows color (decimal): -4471712 or 6341819. OLE color: 6341819.
HSL color Cylindrical-coordinate representation of color #BBC460: hue angle of 65.4º degrees, saturation: 0.46, 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 #BBC460 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 96 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.23 |
| HSL | 65.4º | 0.46% | 0.57% | - |
| HSV(B) | 65.4º | 0.51% | 0.77% | - |
| XYZ | 42.34 | 50.89 | 18.66 | - |
| YUV | 181.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 96 | 0.05 | 0 | 0.51 | 0.23 | 65.4 | 0.46 | 0.57 |
| Hex | BB | C4 | 60 | 5 | 0 | 33 | 17 | 41 | 2E | 39 |
| Octal | 273 | 304 | 140 | 5 | 0 | 63 | 27 | 101 | 56 | 71 |
| Binary | 10111011 | 11000100 | 1100000 | 101 | 0 | 110011 | 10111 | 1000001 | 101110 | 111001 |
Color Harmonies of #BBC460
Complementary color
Monochromatic Colors of #BBC460
Black with #BBC460
Text Example
Text Example
White with #BBC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC460; }
p { color: rgb(187,196,96); }
H1.HeaderClassName
{
color: #BBC460;
}
.AnyTagClassName
{
color: #BBC460;
}
</style>
background-color css
<style>
a { background-color: #BBC460; }
a { background-color: rgb(187,196,96); }
div.DivClassName
{
background-color: #BBC460;
}
.BgClassName
{
background-color: #BBC460;
}
</style>
border-color css
<style>
span { border-color: #BBC460; }
span { border-color: rgb(187,196,96); }
td.TdClassName
{
border-color: #BBC460;
}
.TagClassName
{
border-color: #BBC460;
}
</style>