Shades of Wild Willow #B9CF60
Tints of Wild Willow #B9CF60
RGB
CMYK
RGB Variations
Color information
#B9CF60 (or 0xB9CF60) is known color: Wild Willow. HEX triplet: B9, CF and 60. RGB value is (185,207,96). Sum of RGB (Red+Green+Blue) = 185+207+96=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF60 is #46309F. Grayscale: #BCBCBC. Windows color (decimal): -4599968 or 6344633. OLE color: 6344633.
HSL color Cylindrical-coordinate representation of color #B9CF60: hue angle of 71.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9CF60 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 96 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.19 |
| HSL | 71.89º | 0.54% | 0.59% | - |
| HSV(B) | 71.89º | 0.54% | 0.81% | - |
| XYZ | 44.43 | 55.78 | 19.49 | - |
| YUV | 187.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 96 | 0.11 | 0 | 0.54 | 0.19 | 71.89 | 0.54 | 0.59 |
| Hex | B9 | CF | 60 | B | 0 | 36 | 13 | 48 | 36 | 3B |
| Octal | 271 | 317 | 140 | 13 | 0 | 66 | 23 | 110 | 66 | 73 |
| Binary | 10111001 | 11001111 | 1100000 | 1011 | 0 | 110110 | 10011 | 1001000 | 110110 | 111011 |
Color Harmonies of #B9CF60
Complementary color
Monochromatic Colors of #B9CF60
Black with #B9CF60
Text Example
Text Example
White with #B9CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF60; }
p { color: rgb(185,207,96); }
H1.HeaderClassName
{
color: #B9CF60;
}
.AnyTagClassName
{
color: #B9CF60;
}
</style>
background-color css
<style>
a { background-color: #B9CF60; }
a { background-color: rgb(185,207,96); }
div.DivClassName
{
background-color: #B9CF60;
}
.BgClassName
{
background-color: #B9CF60;
}
</style>
border-color css
<style>
span { border-color: #B9CF60; }
span { border-color: rgb(185,207,96); }
td.TdClassName
{
border-color: #B9CF60;
}
.TagClassName
{
border-color: #B9CF60;
}
</style>