Shades of Wild Willow #B9CF71
Tints of Wild Willow #B9CF71
RGB
CMYK
RGB Variations
Color information
#B9CF71 (or 0xB9CF71) is known color: Wild Willow. HEX triplet: B9, CF and 71. RGB value is (185,207,113). Sum of RGB (Red+Green+Blue) = 185+207+113=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF71 is #46308E. Grayscale: #BEBEBE. Windows color (decimal): -4599951 or 7458745. OLE color: 7458745.
HSL color Cylindrical-coordinate representation of color #B9CF71: hue angle of 74.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9CF71 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 113 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.19 |
| HSL | 74.04º | 0.49% | 0.63% | - |
| HSV(B) | 74.04º | 0.45% | 0.81% | - |
| XYZ | 45.3 | 56.13 | 24.07 | - |
| YUV | 189.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 113 | 0.11 | 0 | 0.45 | 0.19 | 74.04 | 0.49 | 0.63 |
| Hex | B9 | CF | 71 | B | 0 | 2D | 13 | 4A | 31 | 3F |
| Octal | 271 | 317 | 161 | 13 | 0 | 55 | 23 | 112 | 61 | 77 |
| Binary | 10111001 | 11001111 | 1110001 | 1011 | 0 | 101101 | 10011 | 1001010 | 110001 | 111111 |
Color Harmonies of #B9CF71
Complementary color
Monochromatic Colors of #B9CF71
Black with #B9CF71
Text Example
Text Example
White with #B9CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF71; }
p { color: rgb(185,207,113); }
H1.HeaderClassName
{
color: #B9CF71;
}
.AnyTagClassName
{
color: #B9CF71;
}
</style>
background-color css
<style>
a { background-color: #B9CF71; }
a { background-color: rgb(185,207,113); }
div.DivClassName
{
background-color: #B9CF71;
}
.BgClassName
{
background-color: #B9CF71;
}
</style>
border-color css
<style>
span { border-color: #B9CF71; }
span { border-color: rgb(185,207,113); }
td.TdClassName
{
border-color: #B9CF71;
}
.TagClassName
{
border-color: #B9CF71;
}
</style>