Shades of Wild Willow #B9D96C
Tints of Wild Willow #B9D96C
RGB
CMYK
RGB Variations
Color information
#B9D96C (or 0xB9D96C) is known color: Wild Willow. HEX triplet: B9, D9 and 6C. RGB value is (185,217,108). Sum of RGB (Red+Green+Blue) = 185+217+108=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D96C is #462693. Grayscale: #C3C3C3. Windows color (decimal): -4597396 or 7133625. OLE color: 7133625.
HSL color Cylindrical-coordinate representation of color #B9D96C: hue angle of 77.61º degrees, saturation: 0.59, 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 #B9D96C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 108 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.15 |
| HSL | 77.61º | 0.59% | 0.64% | - |
| HSV(B) | 77.61º | 0.5% | 0.85% | - |
| XYZ | 47.53 | 61.02 | 23.46 | - |
| YUV | 195.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 108 | 0.15 | 0 | 0.50 | 0.15 | 77.61 | 0.59 | 0.64 |
| Hex | B9 | D9 | 6C | F | 0 | 32 | F | 4E | 3B | 40 |
| Octal | 271 | 331 | 154 | 17 | 0 | 62 | 17 | 116 | 73 | 100 |
| Binary | 10111001 | 11011001 | 1101100 | 1111 | 0 | 110010 | 1111 | 1001110 | 111011 | 1000000 |
Color Harmonies of #B9D96C
Complementary color
Monochromatic Colors of #B9D96C
Black with #B9D96C
Text Example
Text Example
White with #B9D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D96C; }
p { color: rgb(185,217,108); }
H1.HeaderClassName
{
color: #B9D96C;
}
.AnyTagClassName
{
color: #B9D96C;
}
</style>
background-color css
<style>
a { background-color: #B9D96C; }
a { background-color: rgb(185,217,108); }
div.DivClassName
{
background-color: #B9D96C;
}
.BgClassName
{
background-color: #B9D96C;
}
</style>
border-color css
<style>
span { border-color: #B9D96C; }
span { border-color: rgb(185,217,108); }
td.TdClassName
{
border-color: #B9D96C;
}
.TagClassName
{
border-color: #B9D96C;
}
</style>