Shades of Wild Willow #B5C060
Tints of Wild Willow #B5C060
RGB
CMYK
RGB Variations
Color information
#B5C060 (or 0xB5C060) is known color: Wild Willow. HEX triplet: B5, C0 and 60. RGB value is (181,192,96). Sum of RGB (Red+Green+Blue) = 181+192+96=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C060 is #4A3F9F. Grayscale: #B2B2B2. Windows color (decimal): -4865952 or 6340789. OLE color: 6340789.
HSL color Cylindrical-coordinate representation of color #B5C060: hue angle of 66.87º 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 #B5C060 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 96 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.25 |
| HSL | 66.87º | 0.43% | 0.56% | - |
| HSV(B) | 66.87º | 0.5% | 0.75% | - |
| XYZ | 40.02 | 48.37 | 18.29 | - |
| YUV | 177.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 96 | 0.06 | 0 | 0.50 | 0.25 | 66.87 | 0.43 | 0.56 |
| Hex | B5 | C0 | 60 | 6 | 0 | 32 | 19 | 43 | 2B | 38 |
| Octal | 265 | 300 | 140 | 6 | 0 | 62 | 31 | 103 | 53 | 70 |
| Binary | 10110101 | 11000000 | 1100000 | 110 | 0 | 110010 | 11001 | 1000011 | 101011 | 111000 |
Color Harmonies of #B5C060
Complementary color
Monochromatic Colors of #B5C060
Black with #B5C060
Text Example
Text Example
White with #B5C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C060; }
p { color: rgb(181,192,96); }
H1.HeaderClassName
{
color: #B5C060;
}
.AnyTagClassName
{
color: #B5C060;
}
</style>
background-color css
<style>
a { background-color: #B5C060; }
a { background-color: rgb(181,192,96); }
div.DivClassName
{
background-color: #B5C060;
}
.BgClassName
{
background-color: #B5C060;
}
</style>
border-color css
<style>
span { border-color: #B5C060; }
span { border-color: rgb(181,192,96); }
td.TdClassName
{
border-color: #B5C060;
}
.TagClassName
{
border-color: #B5C060;
}
</style>