Shades of Wild Willow #B9C970
Tints of Wild Willow #B9C970
RGB
CMYK
RGB Variations
Color information
#B9C970 (or 0xB9C970) is known color: Wild Willow. HEX triplet: B9, C9 and 70. RGB value is (185,201,112). Sum of RGB (Red+Green+Blue) = 185+201+112=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C970 is #46368F. Grayscale: #BABABA. Windows color (decimal): -4601488 or 7391673. OLE color: 7391673.
HSL color Cylindrical-coordinate representation of color #B9C970: hue angle of 70.79º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C970 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 112 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.21 |
| HSL | 70.79º | 0.45% | 0.61% | - |
| HSV(B) | 70.79º | 0.44% | 0.79% | - |
| XYZ | 43.82 | 53.26 | 23.3 | - |
| YUV | 186.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 112 | 0.08 | 0 | 0.44 | 0.21 | 70.79 | 0.45 | 0.61 |
| Hex | B9 | C9 | 70 | 8 | 0 | 2C | 15 | 47 | 2D | 3D |
| Octal | 271 | 311 | 160 | 10 | 0 | 54 | 25 | 107 | 55 | 75 |
| Binary | 10111001 | 11001001 | 1110000 | 1000 | 0 | 101100 | 10101 | 1000111 | 101101 | 111101 |
Color Harmonies of #B9C970
Complementary color
Monochromatic Colors of #B9C970
Black with #B9C970
Text Example
Text Example
White with #B9C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C970; }
p { color: rgb(185,201,112); }
H1.HeaderClassName
{
color: #B9C970;
}
.AnyTagClassName
{
color: #B9C970;
}
</style>
background-color css
<style>
a { background-color: #B9C970; }
a { background-color: rgb(185,201,112); }
div.DivClassName
{
background-color: #B9C970;
}
.BgClassName
{
background-color: #B9C970;
}
</style>
border-color css
<style>
span { border-color: #B9C970; }
span { border-color: rgb(185,201,112); }
td.TdClassName
{
border-color: #B9C970;
}
.TagClassName
{
border-color: #B9C970;
}
</style>