Shades of Wild Willow #B9D86B
Tints of Wild Willow #B9D86B
RGB
CMYK
RGB Variations
Color information
#B9D86B (or 0xB9D86B) is known color: Wild Willow. HEX triplet: B9, D8 and 6B. RGB value is (185,216,107). Sum of RGB (Red+Green+Blue) = 185+216+107=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D86B is #462794. Grayscale: #C2C2C2. Windows color (decimal): -4597653 or 7067833. OLE color: 7067833.
HSL color Cylindrical-coordinate representation of color #B9D86B: hue angle of 77.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9D86B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 107 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.15 |
| HSL | 77.06º | 0.58% | 0.63% | - |
| HSV(B) | 77.06º | 0.5% | 0.85% | - |
| XYZ | 47.22 | 60.49 | 23.1 | - |
| YUV | 194.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 107 | 0.14 | 0 | 0.50 | 0.15 | 77.06 | 0.58 | 0.63 |
| Hex | B9 | D8 | 6B | E | 0 | 32 | F | 4D | 3A | 3F |
| Octal | 271 | 330 | 153 | 16 | 0 | 62 | 17 | 115 | 72 | 77 |
| Binary | 10111001 | 11011000 | 1101011 | 1110 | 0 | 110010 | 1111 | 1001101 | 111010 | 111111 |
Color Harmonies of #B9D86B
Complementary color
Monochromatic Colors of #B9D86B
Black with #B9D86B
Text Example
Text Example
White with #B9D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D86B; }
p { color: rgb(185,216,107); }
H1.HeaderClassName
{
color: #B9D86B;
}
.AnyTagClassName
{
color: #B9D86B;
}
</style>
background-color css
<style>
a { background-color: #B9D86B; }
a { background-color: rgb(185,216,107); }
div.DivClassName
{
background-color: #B9D86B;
}
.BgClassName
{
background-color: #B9D86B;
}
</style>
border-color css
<style>
span { border-color: #B9D86B; }
span { border-color: rgb(185,216,107); }
td.TdClassName
{
border-color: #B9D86B;
}
.TagClassName
{
border-color: #B9D86B;
}
</style>