Shades of Wild Willow #B9D271
Tints of Wild Willow #B9D271
RGB
CMYK
RGB Variations
Color information
#B9D271 (or 0xB9D271) is known color: Wild Willow. HEX triplet: B9, D2 and 71. RGB value is (185,210,113). Sum of RGB (Red+Green+Blue) = 185+210+113=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D271 is #462D8E. Grayscale: #BFBFBF. Windows color (decimal): -4599183 or 7459513. OLE color: 7459513.
HSL color Cylindrical-coordinate representation of color #B9D271: hue angle of 75.46º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D271 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 113 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.18 |
| HSL | 75.46º | 0.52% | 0.63% | - |
| HSV(B) | 75.46º | 0.46% | 0.82% | - |
| XYZ | 46.03 | 57.6 | 24.31 | - |
| YUV | 191.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 113 | 0.12 | 0 | 0.46 | 0.18 | 75.46 | 0.52 | 0.63 |
| Hex | B9 | D2 | 71 | C | 0 | 2E | 12 | 4B | 34 | 3F |
| Octal | 271 | 322 | 161 | 14 | 0 | 56 | 22 | 113 | 64 | 77 |
| Binary | 10111001 | 11010010 | 1110001 | 1100 | 0 | 101110 | 10010 | 1001011 | 110100 | 111111 |
Color Harmonies of #B9D271
Complementary color
Monochromatic Colors of #B9D271
Black with #B9D271
Text Example
Text Example
White with #B9D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D271; }
p { color: rgb(185,210,113); }
H1.HeaderClassName
{
color: #B9D271;
}
.AnyTagClassName
{
color: #B9D271;
}
</style>
background-color css
<style>
a { background-color: #B9D271; }
a { background-color: rgb(185,210,113); }
div.DivClassName
{
background-color: #B9D271;
}
.BgClassName
{
background-color: #B9D271;
}
</style>
border-color css
<style>
span { border-color: #B9D271; }
span { border-color: rgb(185,210,113); }
td.TdClassName
{
border-color: #B9D271;
}
.TagClassName
{
border-color: #B9D271;
}
</style>