Shades of Wild Willow #B6C060
Tints of Wild Willow #B6C060
RGB
CMYK
RGB Variations
Color information
#B6C060 (or 0xB6C060) is known color: Wild Willow. HEX triplet: B6, C0 and 60. RGB value is (182,192,96). Sum of RGB (Red+Green+Blue) = 182+192+96=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C060 is #493F9F. Grayscale: #B2B2B2. Windows color (decimal): -4800416 or 6340790. OLE color: 6340790.
HSL color Cylindrical-coordinate representation of color #B6C060: hue angle of 66.25º 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 #B6C060 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 96 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.25 |
| HSL | 66.25º | 0.43% | 0.56% | - |
| HSV(B) | 66.25º | 0.5% | 0.75% | - |
| XYZ | 40.25 | 48.49 | 18.3 | - |
| YUV | 178.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 96 | 0.05 | 0 | 0.50 | 0.25 | 66.25 | 0.43 | 0.56 |
| Hex | B6 | C0 | 60 | 5 | 0 | 32 | 19 | 42 | 2B | 38 |
| Octal | 266 | 300 | 140 | 5 | 0 | 62 | 31 | 102 | 53 | 70 |
| Binary | 10110110 | 11000000 | 1100000 | 101 | 0 | 110010 | 11001 | 1000010 | 101011 | 111000 |
Color Harmonies of #B6C060
Complementary color
Monochromatic Colors of #B6C060
Black with #B6C060
Text Example
Text Example
White with #B6C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C060; }
p { color: rgb(182,192,96); }
H1.HeaderClassName
{
color: #B6C060;
}
.AnyTagClassName
{
color: #B6C060;
}
</style>
background-color css
<style>
a { background-color: #B6C060; }
a { background-color: rgb(182,192,96); }
div.DivClassName
{
background-color: #B6C060;
}
.BgClassName
{
background-color: #B6C060;
}
</style>
border-color css
<style>
span { border-color: #B6C060; }
span { border-color: rgb(182,192,96); }
td.TdClassName
{
border-color: #B6C060;
}
.TagClassName
{
border-color: #B6C060;
}
</style>