Shades of Wild Willow #ABC560
Tints of Wild Willow #ABC560
RGB
CMYK
RGB Variations
Color information
#ABC560 (or 0xABC560) is known color: Wild Willow. HEX triplet: AB, C5 and 60. RGB value is (171,197,96). Sum of RGB (Red+Green+Blue) = 171+197+96=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC560 is #543A9F. Grayscale: #B2B2B2. Windows color (decimal): -5520032 or 6342059. OLE color: 6342059.
HSL color Cylindrical-coordinate representation of color #ABC560: hue angle of 75.45º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABC560 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 96 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.23 |
| HSL | 75.45º | 0.47% | 0.57% | - |
| HSV(B) | 75.45º | 0.51% | 0.77% | - |
| XYZ | 38.87 | 49.43 | 18.56 | - |
| YUV | 177.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 96 | 0.13 | 0 | 0.51 | 0.23 | 75.45 | 0.47 | 0.57 |
| Hex | AB | C5 | 60 | D | 0 | 33 | 17 | 4B | 2F | 39 |
| Octal | 253 | 305 | 140 | 15 | 0 | 63 | 27 | 113 | 57 | 71 |
| Binary | 10101011 | 11000101 | 1100000 | 1101 | 0 | 110011 | 10111 | 1001011 | 101111 | 111001 |
Color Harmonies of #ABC560
Complementary color
Monochromatic Colors of #ABC560
Black with #ABC560
Text Example
Text Example
White with #ABC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC560; }
p { color: rgb(171,197,96); }
H1.HeaderClassName
{
color: #ABC560;
}
.AnyTagClassName
{
color: #ABC560;
}
</style>
background-color css
<style>
a { background-color: #ABC560; }
a { background-color: rgb(171,197,96); }
div.DivClassName
{
background-color: #ABC560;
}
.BgClassName
{
background-color: #ABC560;
}
</style>
border-color css
<style>
span { border-color: #ABC560; }
span { border-color: rgb(171,197,96); }
td.TdClassName
{
border-color: #ABC560;
}
.TagClassName
{
border-color: #ABC560;
}
</style>