Shades of Wild Willow #B9D371
Tints of Wild Willow #B9D371
RGB
CMYK
RGB Variations
Color information
#B9D371 (or 0xB9D371) is known color: Wild Willow. HEX triplet: B9, D3 and 71. RGB value is (185,211,113). Sum of RGB (Red+Green+Blue) = 185+211+113=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D371 is #462C8E. Grayscale: #C0C0C0. Windows color (decimal): -4598927 or 7459769. OLE color: 7459769.
HSL color Cylindrical-coordinate representation of color #B9D371: hue angle of 75.92º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D371 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 113 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.17 |
| HSL | 75.92º | 0.53% | 0.64% | - |
| HSV(B) | 75.92º | 0.46% | 0.83% | - |
| XYZ | 46.28 | 58.1 | 24.4 | - |
| YUV | 192.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 113 | 0.12 | 0 | 0.46 | 0.17 | 75.92 | 0.53 | 0.64 |
| Hex | B9 | D3 | 71 | C | 0 | 2E | 11 | 4C | 35 | 40 |
| Octal | 271 | 323 | 161 | 14 | 0 | 56 | 21 | 114 | 65 | 100 |
| Binary | 10111001 | 11010011 | 1110001 | 1100 | 0 | 101110 | 10001 | 1001100 | 110101 | 1000000 |
Color Harmonies of #B9D371
Complementary color
Monochromatic Colors of #B9D371
Black with #B9D371
Text Example
Text Example
White with #B9D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D371; }
p { color: rgb(185,211,113); }
H1.HeaderClassName
{
color: #B9D371;
}
.AnyTagClassName
{
color: #B9D371;
}
</style>
background-color css
<style>
a { background-color: #B9D371; }
a { background-color: rgb(185,211,113); }
div.DivClassName
{
background-color: #B9D371;
}
.BgClassName
{
background-color: #B9D371;
}
</style>
border-color css
<style>
span { border-color: #B9D371; }
span { border-color: rgb(185,211,113); }
td.TdClassName
{
border-color: #B9D371;
}
.TagClassName
{
border-color: #B9D371;
}
</style>