Shades of Wild Willow #B9D256
Tints of Wild Willow #B9D256
RGB
CMYK
RGB Variations
Color information
#B9D256 (or 0xB9D256) is known color: Wild Willow. HEX triplet: B9, D2 and 56. RGB value is (185,210,86). Sum of RGB (Red+Green+Blue) = 185+210+86=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D256 is #462DA9. Grayscale: #BCBCBC. Windows color (decimal): -4599210 or 5690041. OLE color: 5690041.
HSL color Cylindrical-coordinate representation of color #B9D256: hue angle of 72.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9D256 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 86 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.18 |
| HSL | 72.1º | 0.58% | 0.58% | - |
| HSV(B) | 72.1º | 0.59% | 0.82% | - |
| XYZ | 44.73 | 57.08 | 17.46 | - |
| YUV | 188.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 86 | 0.12 | 0 | 0.59 | 0.18 | 72.1 | 0.58 | 0.58 |
| Hex | B9 | D2 | 56 | C | 0 | 3B | 12 | 48 | 3A | 3A |
| Octal | 271 | 322 | 126 | 14 | 0 | 73 | 22 | 110 | 72 | 72 |
| Binary | 10111001 | 11010010 | 1010110 | 1100 | 0 | 111011 | 10010 | 1001000 | 111010 | 111010 |
Color Harmonies of #B9D256
Complementary color
Monochromatic Colors of #B9D256
Black with #B9D256
Text Example
Text Example
White with #B9D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D256; }
p { color: rgb(185,210,86); }
H1.HeaderClassName
{
color: #B9D256;
}
.AnyTagClassName
{
color: #B9D256;
}
</style>
background-color css
<style>
a { background-color: #B9D256; }
a { background-color: rgb(185,210,86); }
div.DivClassName
{
background-color: #B9D256;
}
.BgClassName
{
background-color: #B9D256;
}
</style>
border-color css
<style>
span { border-color: #B9D256; }
span { border-color: rgb(185,210,86); }
td.TdClassName
{
border-color: #B9D256;
}
.TagClassName
{
border-color: #B9D256;
}
</style>