Shades of Wild Willow #B9D86C
Tints of Wild Willow #B9D86C
RGB
CMYK
RGB Variations
Color information
#B9D86C (or 0xB9D86C) is known color: Wild Willow. HEX triplet: B9, D8 and 6C. RGB value is (185,216,108). Sum of RGB (Red+Green+Blue) = 185+216+108=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D86C is #462793. Grayscale: #C2C2C2. Windows color (decimal): -4597652 or 7133369. OLE color: 7133369.
HSL color Cylindrical-coordinate representation of color #B9D86C: hue angle of 77.22º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9D86C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 108 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.15 |
| HSL | 77.22º | 0.58% | 0.64% | - |
| HSV(B) | 77.22º | 0.5% | 0.85% | - |
| XYZ | 47.27 | 60.51 | 23.38 | - |
| YUV | 194.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 108 | 0.14 | 0 | 0.50 | 0.15 | 77.22 | 0.58 | 0.64 |
| Hex | B9 | D8 | 6C | E | 0 | 32 | F | 4D | 3A | 40 |
| Octal | 271 | 330 | 154 | 16 | 0 | 62 | 17 | 115 | 72 | 100 |
| Binary | 10111001 | 11011000 | 1101100 | 1110 | 0 | 110010 | 1111 | 1001101 | 111010 | 1000000 |
Color Harmonies of #B9D86C
Complementary color
Monochromatic Colors of #B9D86C
Black with #B9D86C
Text Example
Text Example
White with #B9D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D86C; }
p { color: rgb(185,216,108); }
H1.HeaderClassName
{
color: #B9D86C;
}
.AnyTagClassName
{
color: #B9D86C;
}
</style>
background-color css
<style>
a { background-color: #B9D86C; }
a { background-color: rgb(185,216,108); }
div.DivClassName
{
background-color: #B9D86C;
}
.BgClassName
{
background-color: #B9D86C;
}
</style>
border-color css
<style>
span { border-color: #B9D86C; }
span { border-color: rgb(185,216,108); }
td.TdClassName
{
border-color: #B9D86C;
}
.TagClassName
{
border-color: #B9D86C;
}
</style>