Shades of Wild Willow #B1CC60
Tints of Wild Willow #B1CC60
RGB
CMYK
RGB Variations
Color information
#B1CC60 (or 0xB1CC60) is known color: Wild Willow. HEX triplet: B1, CC and 60. RGB value is (177,204,96). Sum of RGB (Red+Green+Blue) = 177+204+96=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC60 is #4E339F. Grayscale: #B8B8B8. Windows color (decimal): -5125024 or 6343857. OLE color: 6343857.
HSL color Cylindrical-coordinate representation of color #B1CC60: hue angle of 75º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1CC60 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 96 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.2 |
| HSL | 75º | 0.51% | 0.59% | - |
| HSV(B) | 75º | 0.53% | 0.8% | - |
| XYZ | 41.84 | 53.38 | 19.16 | - |
| YUV | 183.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 96 | 0.13 | 0 | 0.53 | 0.2 | 75 | 0.51 | 0.59 |
| Hex | B1 | CC | 60 | D | 0 | 35 | 14 | 4B | 33 | 3B |
| Octal | 261 | 314 | 140 | 15 | 0 | 65 | 24 | 113 | 63 | 73 |
| Binary | 10110001 | 11001100 | 1100000 | 1101 | 0 | 110101 | 10100 | 1001011 | 110011 | 111011 |
Color Harmonies of #B1CC60
Complementary color
Monochromatic Colors of #B1CC60
Black with #B1CC60
Text Example
Text Example
White with #B1CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC60; }
p { color: rgb(177,204,96); }
H1.HeaderClassName
{
color: #B1CC60;
}
.AnyTagClassName
{
color: #B1CC60;
}
</style>
background-color css
<style>
a { background-color: #B1CC60; }
a { background-color: rgb(177,204,96); }
div.DivClassName
{
background-color: #B1CC60;
}
.BgClassName
{
background-color: #B1CC60;
}
</style>
border-color css
<style>
span { border-color: #B1CC60; }
span { border-color: rgb(177,204,96); }
td.TdClassName
{
border-color: #B1CC60;
}
.TagClassName
{
border-color: #B1CC60;
}
</style>