Shades of Wild Willow #B9D86A
Tints of Wild Willow #B9D86A
RGB
CMYK
RGB Variations
Color information
#B9D86A (or 0xB9D86A) is known color: Wild Willow. HEX triplet: B9, D8 and 6A. RGB value is (185,216,106). Sum of RGB (Red+Green+Blue) = 185+216+106=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D86A is #462795. Grayscale: #C2C2C2. Windows color (decimal): -4597654 or 7002297. OLE color: 7002297.
HSL color Cylindrical-coordinate representation of color #B9D86A: hue angle of 76.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9D86A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 106 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.15 |
| HSL | 76.91º | 0.59% | 0.63% | - |
| HSV(B) | 76.91º | 0.51% | 0.85% | - |
| XYZ | 47.16 | 60.47 | 22.82 | - |
| YUV | 194.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 106 | 0.14 | 0 | 0.51 | 0.15 | 76.91 | 0.59 | 0.63 |
| Hex | B9 | D8 | 6A | E | 0 | 33 | F | 4D | 3B | 3F |
| Octal | 271 | 330 | 152 | 16 | 0 | 63 | 17 | 115 | 73 | 77 |
| Binary | 10111001 | 11011000 | 1101010 | 1110 | 0 | 110011 | 1111 | 1001101 | 111011 | 111111 |
Color Harmonies of #B9D86A
Complementary color
Monochromatic Colors of #B9D86A
Black with #B9D86A
Text Example
Text Example
White with #B9D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D86A; }
p { color: rgb(185,216,106); }
H1.HeaderClassName
{
color: #B9D86A;
}
.AnyTagClassName
{
color: #B9D86A;
}
</style>
background-color css
<style>
a { background-color: #B9D86A; }
a { background-color: rgb(185,216,106); }
div.DivClassName
{
background-color: #B9D86A;
}
.BgClassName
{
background-color: #B9D86A;
}
</style>
border-color css
<style>
span { border-color: #B9D86A; }
span { border-color: rgb(185,216,106); }
td.TdClassName
{
border-color: #B9D86A;
}
.TagClassName
{
border-color: #B9D86A;
}
</style>