Shades of Wild Willow #ABC564
Tints of Wild Willow #ABC564
RGB
CMYK
RGB Variations
Color information
#ABC564 (or 0xABC564) is known color: Wild Willow. HEX triplet: AB, C5 and 64. RGB value is (171,197,100). Sum of RGB (Red+Green+Blue) = 171+197+100=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC564 is #543A9B. Grayscale: #B2B2B2. Windows color (decimal): -5520028 or 6604203. OLE color: 6604203.
HSL color Cylindrical-coordinate representation of color #ABC564: hue angle of 76.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABC564 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 100 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.23 |
| HSL | 76.08º | 0.46% | 0.58% | - |
| HSV(B) | 76.08º | 0.49% | 0.77% | - |
| XYZ | 39.06 | 49.51 | 19.55 | - |
| YUV | 178.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 100 | 0.13 | 0 | 0.49 | 0.23 | 76.08 | 0.46 | 0.58 |
| Hex | AB | C5 | 64 | D | 0 | 31 | 17 | 4C | 2E | 3A |
| Octal | 253 | 305 | 144 | 15 | 0 | 61 | 27 | 114 | 56 | 72 |
| Binary | 10101011 | 11000101 | 1100100 | 1101 | 0 | 110001 | 10111 | 1001100 | 101110 | 111010 |
Color Harmonies of #ABC564
Complementary color
Monochromatic Colors of #ABC564
Black with #ABC564
Text Example
Text Example
White with #ABC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC564; }
p { color: rgb(171,197,100); }
H1.HeaderClassName
{
color: #ABC564;
}
.AnyTagClassName
{
color: #ABC564;
}
</style>
background-color css
<style>
a { background-color: #ABC564; }
a { background-color: rgb(171,197,100); }
div.DivClassName
{
background-color: #ABC564;
}
.BgClassName
{
background-color: #ABC564;
}
</style>
border-color css
<style>
span { border-color: #ABC564; }
span { border-color: rgb(171,197,100); }
td.TdClassName
{
border-color: #ABC564;
}
.TagClassName
{
border-color: #ABC564;
}
</style>