Shades of Wild Willow #B1CF60
Tints of Wild Willow #B1CF60
RGB
CMYK
RGB Variations
Color information
#B1CF60 (or 0xB1CF60) is known color: Wild Willow. HEX triplet: B1, CF and 60. RGB value is (177,207,96). Sum of RGB (Red+Green+Blue) = 177+207+96=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF60 is #4E309F. Grayscale: #B9B9B9. Windows color (decimal): -5124256 or 6344625. OLE color: 6344625.
HSL color Cylindrical-coordinate representation of color #B1CF60: hue angle of 76.22º 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 #B1CF60 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 96 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.19 |
| HSL | 76.22º | 0.54% | 0.59% | - |
| HSV(B) | 76.22º | 0.54% | 0.81% | - |
| XYZ | 42.56 | 54.82 | 19.4 | - |
| YUV | 185.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 96 | 0.14 | 0 | 0.54 | 0.19 | 76.22 | 0.54 | 0.59 |
| Hex | B1 | CF | 60 | E | 0 | 36 | 13 | 4C | 36 | 3B |
| Octal | 261 | 317 | 140 | 16 | 0 | 66 | 23 | 114 | 66 | 73 |
| Binary | 10110001 | 11001111 | 1100000 | 1110 | 0 | 110110 | 10011 | 1001100 | 110110 | 111011 |
Color Harmonies of #B1CF60
Complementary color
Monochromatic Colors of #B1CF60
Black with #B1CF60
Text Example
Text Example
White with #B1CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF60; }
p { color: rgb(177,207,96); }
H1.HeaderClassName
{
color: #B1CF60;
}
.AnyTagClassName
{
color: #B1CF60;
}
</style>
background-color css
<style>
a { background-color: #B1CF60; }
a { background-color: rgb(177,207,96); }
div.DivClassName
{
background-color: #B1CF60;
}
.BgClassName
{
background-color: #B1CF60;
}
</style>
border-color css
<style>
span { border-color: #B1CF60; }
span { border-color: rgb(177,207,96); }
td.TdClassName
{
border-color: #B1CF60;
}
.TagClassName
{
border-color: #B1CF60;
}
</style>