Shades of Wild Willow #B9C86E
Tints of Wild Willow #B9C86E
RGB
CMYK
RGB Variations
Color information
#B9C86E (or 0xB9C86E) is known color: Wild Willow. HEX triplet: B9, C8 and 6E. RGB value is (185,200,110). Sum of RGB (Red+Green+Blue) = 185+200+110=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C86E is #463791. Grayscale: #B9B9B9. Windows color (decimal): -4601746 or 7260345. OLE color: 7260345.
HSL color Cylindrical-coordinate representation of color #B9C86E: hue angle of 70º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9C86E is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 110 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.22 |
| HSL | 70º | 0.45% | 0.61% | - |
| HSV(B) | 70º | 0.45% | 0.78% | - |
| XYZ | 43.48 | 52.75 | 22.64 | - |
| YUV | 185.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 110 | 0.08 | 0 | 0.45 | 0.22 | 70 | 0.45 | 0.61 |
| Hex | B9 | C8 | 6E | 8 | 0 | 2D | 16 | 46 | 2D | 3D |
| Octal | 271 | 310 | 156 | 10 | 0 | 55 | 26 | 106 | 55 | 75 |
| Binary | 10111001 | 11001000 | 1101110 | 1000 | 0 | 101101 | 10110 | 1000110 | 101101 | 111101 |
Color Harmonies of #B9C86E
Complementary color
Monochromatic Colors of #B9C86E
Black with #B9C86E
Text Example
Text Example
White with #B9C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C86E; }
p { color: rgb(185,200,110); }
H1.HeaderClassName
{
color: #B9C86E;
}
.AnyTagClassName
{
color: #B9C86E;
}
</style>
background-color css
<style>
a { background-color: #B9C86E; }
a { background-color: rgb(185,200,110); }
div.DivClassName
{
background-color: #B9C86E;
}
.BgClassName
{
background-color: #B9C86E;
}
</style>
border-color css
<style>
span { border-color: #B9C86E; }
span { border-color: rgb(185,200,110); }
td.TdClassName
{
border-color: #B9C86E;
}
.TagClassName
{
border-color: #B9C86E;
}
</style>