Shades of Wild Willow #B0C060
Tints of Wild Willow #B0C060
RGB
CMYK
RGB Variations
Color information
#B0C060 (or 0xB0C060) is known color: Wild Willow. HEX triplet: B0, C0 and 60. RGB value is (176,192,96). Sum of RGB (Red+Green+Blue) = 176+192+96=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C060 is #4F3F9F. Grayscale: #B0B0B0. Windows color (decimal): -5193632 or 6340784. OLE color: 6340784.
HSL color Cylindrical-coordinate representation of color #B0C060: hue angle of 70º 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 #B0C060 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 96 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.25 |
| HSL | 70º | 0.43% | 0.56% | - |
| HSV(B) | 70º | 0.5% | 0.75% | - |
| XYZ | 38.87 | 47.77 | 18.24 | - |
| YUV | 176.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 96 | 0.08 | 0 | 0.50 | 0.25 | 70 | 0.43 | 0.56 |
| Hex | B0 | C0 | 60 | 8 | 0 | 32 | 19 | 46 | 2B | 38 |
| Octal | 260 | 300 | 140 | 10 | 0 | 62 | 31 | 106 | 53 | 70 |
| Binary | 10110000 | 11000000 | 1100000 | 1000 | 0 | 110010 | 11001 | 1000110 | 101011 | 111000 |
Color Harmonies of #B0C060
Complementary color
Monochromatic Colors of #B0C060
Black with #B0C060
Text Example
Text Example
White with #B0C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C060; }
p { color: rgb(176,192,96); }
H1.HeaderClassName
{
color: #B0C060;
}
.AnyTagClassName
{
color: #B0C060;
}
</style>
background-color css
<style>
a { background-color: #B0C060; }
a { background-color: rgb(176,192,96); }
div.DivClassName
{
background-color: #B0C060;
}
.BgClassName
{
background-color: #B0C060;
}
</style>
border-color css
<style>
span { border-color: #B0C060; }
span { border-color: rgb(176,192,96); }
td.TdClassName
{
border-color: #B0C060;
}
.TagClassName
{
border-color: #B0C060;
}
</style>