Shades of Wild Willow #B9C96F
Tints of Wild Willow #B9C96F
RGB
CMYK
RGB Variations
Color information
#B9C96F (or 0xB9C96F) is known color: Wild Willow. HEX triplet: B9, C9 and 6F. RGB value is (185,201,111). Sum of RGB (Red+Green+Blue) = 185+201+111=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C96F is #463690. Grayscale: #BABABA. Windows color (decimal): -4601489 or 7326137. OLE color: 7326137.
HSL color Cylindrical-coordinate representation of color #B9C96F: hue angle of 70.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9C96F is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 111 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.21 |
| HSL | 70.67º | 0.45% | 0.61% | - |
| HSV(B) | 70.67º | 0.45% | 0.79% | - |
| XYZ | 43.76 | 53.24 | 23.01 | - |
| YUV | 185.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 111 | 0.08 | 0 | 0.45 | 0.21 | 70.67 | 0.45 | 0.61 |
| Hex | B9 | C9 | 6F | 8 | 0 | 2D | 15 | 47 | 2D | 3D |
| Octal | 271 | 311 | 157 | 10 | 0 | 55 | 25 | 107 | 55 | 75 |
| Binary | 10111001 | 11001001 | 1101111 | 1000 | 0 | 101101 | 10101 | 1000111 | 101101 | 111101 |
Color Harmonies of #B9C96F
Complementary color
Monochromatic Colors of #B9C96F
Black with #B9C96F
Text Example
Text Example
White with #B9C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C96F; }
p { color: rgb(185,201,111); }
H1.HeaderClassName
{
color: #B9C96F;
}
.AnyTagClassName
{
color: #B9C96F;
}
</style>
background-color css
<style>
a { background-color: #B9C96F; }
a { background-color: rgb(185,201,111); }
div.DivClassName
{
background-color: #B9C96F;
}
.BgClassName
{
background-color: #B9C96F;
}
</style>
border-color css
<style>
span { border-color: #B9C96F; }
span { border-color: rgb(185,201,111); }
td.TdClassName
{
border-color: #B9C96F;
}
.TagClassName
{
border-color: #B9C96F;
}
</style>