Shades of Wild Willow #B9C060
Tints of Wild Willow #B9C060
RGB
CMYK
RGB Variations
Color information
#B9C060 (or 0xB9C060) is known color: Wild Willow. HEX triplet: B9, C0 and 60. RGB value is (185,192,96). Sum of RGB (Red+Green+Blue) = 185+192+96=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C060 is #463F9F. Grayscale: #B3B3B3. Windows color (decimal): -4603808 or 6340793. OLE color: 6340793.
HSL color Cylindrical-coordinate representation of color #B9C060: hue angle of 64.38º 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 #B9C060 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 96 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.25 |
| HSL | 64.38º | 0.43% | 0.56% | - |
| HSV(B) | 64.38º | 0.5% | 0.75% | - |
| XYZ | 40.97 | 48.86 | 18.34 | - |
| YUV | 178.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 96 | 0.04 | 0 | 0.50 | 0.25 | 64.38 | 0.43 | 0.56 |
| Hex | B9 | C0 | 60 | 4 | 0 | 32 | 19 | 40 | 2B | 38 |
| Octal | 271 | 300 | 140 | 4 | 0 | 62 | 31 | 100 | 53 | 70 |
| Binary | 10111001 | 11000000 | 1100000 | 100 | 0 | 110010 | 11001 | 1000000 | 101011 | 111000 |
Color Harmonies of #B9C060
Complementary color
Monochromatic Colors of #B9C060
Black with #B9C060
Text Example
Text Example
White with #B9C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C060; }
p { color: rgb(185,192,96); }
H1.HeaderClassName
{
color: #B9C060;
}
.AnyTagClassName
{
color: #B9C060;
}
</style>
background-color css
<style>
a { background-color: #B9C060; }
a { background-color: rgb(185,192,96); }
div.DivClassName
{
background-color: #B9C060;
}
.BgClassName
{
background-color: #B9C060;
}
</style>
border-color css
<style>
span { border-color: #B9C060; }
span { border-color: rgb(185,192,96); }
td.TdClassName
{
border-color: #B9C060;
}
.TagClassName
{
border-color: #B9C060;
}
</style>