Shades of Wild Willow #BBC060
Tints of Wild Willow #BBC060
RGB
CMYK
RGB Variations
Color information
#BBC060 (or 0xBBC060) is known color: Wild Willow. HEX triplet: BB, C0 and 60. RGB value is (187,192,96). Sum of RGB (Red+Green+Blue) = 187+192+96=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC060 is #443F9F. Grayscale: #B3B3B3. Windows color (decimal): -4472736 or 6340795. OLE color: 6340795.
HSL color Cylindrical-coordinate representation of color #BBC060: hue angle of 63.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC060 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 96 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.25 |
| HSL | 63.13º | 0.43% | 0.56% | - |
| HSV(B) | 63.13º | 0.5% | 0.75% | - |
| XYZ | 41.45 | 49.11 | 18.36 | - |
| YUV | 179.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 96 | 0.03 | 0 | 0.50 | 0.25 | 63.13 | 0.43 | 0.56 |
| Hex | BB | C0 | 60 | 3 | 0 | 32 | 19 | 3F | 2B | 38 |
| Octal | 273 | 300 | 140 | 3 | 0 | 62 | 31 | 77 | 53 | 70 |
| Binary | 10111011 | 11000000 | 1100000 | 11 | 0 | 110010 | 11001 | 111111 | 101011 | 111000 |
Color Harmonies of #BBC060
Complementary color
Monochromatic Colors of #BBC060
Black with #BBC060
Text Example
Text Example
White with #BBC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC060; }
p { color: rgb(187,192,96); }
H1.HeaderClassName
{
color: #BBC060;
}
.AnyTagClassName
{
color: #BBC060;
}
</style>
background-color css
<style>
a { background-color: #BBC060; }
a { background-color: rgb(187,192,96); }
div.DivClassName
{
background-color: #BBC060;
}
.BgClassName
{
background-color: #BBC060;
}
</style>
border-color css
<style>
span { border-color: #BBC060; }
span { border-color: rgb(187,192,96); }
td.TdClassName
{
border-color: #BBC060;
}
.TagClassName
{
border-color: #BBC060;
}
</style>