Shades of Wild Willow #B9D160
Tints of Wild Willow #B9D160
RGB
CMYK
RGB Variations
Color information
#B9D160 (or 0xB9D160) is known color: Wild Willow. HEX triplet: B9, D1 and 60. RGB value is (185,209,96). Sum of RGB (Red+Green+Blue) = 185+209+96=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D160 is #462E9F. Grayscale: #BDBDBD. Windows color (decimal): -4599456 or 6345145. OLE color: 6345145.
HSL color Cylindrical-coordinate representation of color #B9D160: hue angle of 72.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9D160 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 96 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.18 |
| HSL | 72.74º | 0.55% | 0.6% | - |
| HSV(B) | 72.74º | 0.54% | 0.82% | - |
| XYZ | 44.92 | 56.76 | 19.65 | - |
| YUV | 188.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 96 | 0.11 | 0 | 0.54 | 0.18 | 72.74 | 0.55 | 0.6 |
| Hex | B9 | D1 | 60 | B | 0 | 36 | 12 | 49 | 37 | 3C |
| Octal | 271 | 321 | 140 | 13 | 0 | 66 | 22 | 111 | 67 | 74 |
| Binary | 10111001 | 11010001 | 1100000 | 1011 | 0 | 110110 | 10010 | 1001001 | 110111 | 111100 |
Color Harmonies of #B9D160
Complementary color
Monochromatic Colors of #B9D160
Black with #B9D160
Text Example
Text Example
White with #B9D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D160; }
p { color: rgb(185,209,96); }
H1.HeaderClassName
{
color: #B9D160;
}
.AnyTagClassName
{
color: #B9D160;
}
</style>
background-color css
<style>
a { background-color: #B9D160; }
a { background-color: rgb(185,209,96); }
div.DivClassName
{
background-color: #B9D160;
}
.BgClassName
{
background-color: #B9D160;
}
</style>
border-color css
<style>
span { border-color: #B9D160; }
span { border-color: rgb(185,209,96); }
td.TdClassName
{
border-color: #B9D160;
}
.TagClassName
{
border-color: #B9D160;
}
</style>