Shades of Wild Willow #B9CF56
Tints of Wild Willow #B9CF56
RGB
CMYK
RGB Variations
Color information
#B9CF56 (or 0xB9CF56) is known color: Wild Willow. HEX triplet: B9, CF and 56. RGB value is (185,207,86). Sum of RGB (Red+Green+Blue) = 185+207+86=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF56 is #4630A9. Grayscale: #BBBBBB. Windows color (decimal): -4599978 or 5689273. OLE color: 5689273.
HSL color Cylindrical-coordinate representation of color #B9CF56: hue angle of 70.91º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9CF56 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 86 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.19 |
| HSL | 70.91º | 0.56% | 0.57% | - |
| HSV(B) | 70.91º | 0.58% | 0.81% | - |
| XYZ | 44 | 55.61 | 17.22 | - |
| YUV | 186.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 86 | 0.11 | 0 | 0.58 | 0.19 | 70.91 | 0.56 | 0.57 |
| Hex | B9 | CF | 56 | B | 0 | 3A | 13 | 47 | 38 | 39 |
| Octal | 271 | 317 | 126 | 13 | 0 | 72 | 23 | 107 | 70 | 71 |
| Binary | 10111001 | 11001111 | 1010110 | 1011 | 0 | 111010 | 10011 | 1000111 | 111000 | 111001 |
Color Harmonies of #B9CF56
Complementary color
Monochromatic Colors of #B9CF56
Black with #B9CF56
Text Example
Text Example
White with #B9CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF56; }
p { color: rgb(185,207,86); }
H1.HeaderClassName
{
color: #B9CF56;
}
.AnyTagClassName
{
color: #B9CF56;
}
</style>
background-color css
<style>
a { background-color: #B9CF56; }
a { background-color: rgb(185,207,86); }
div.DivClassName
{
background-color: #B9CF56;
}
.BgClassName
{
background-color: #B9CF56;
}
</style>
border-color css
<style>
span { border-color: #B9CF56; }
span { border-color: rgb(185,207,86); }
td.TdClassName
{
border-color: #B9CF56;
}
.TagClassName
{
border-color: #B9CF56;
}
</style>