Shades of Wild Willow #ABC460
Tints of Wild Willow #ABC460
RGB
CMYK
RGB Variations
Color information
#ABC460 (or 0xABC460) is known color: Wild Willow. HEX triplet: AB, C4 and 60. RGB value is (171,196,96). Sum of RGB (Red+Green+Blue) = 171+196+96=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC460 is #543B9F. Grayscale: #B1B1B1. Windows color (decimal): -5520288 or 6341803. OLE color: 6341803.
HSL color Cylindrical-coordinate representation of color #ABC460: hue angle of 75º degrees, saturation: 0.46, 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 #ABC460 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 96 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.23 |
| HSL | 75º | 0.46% | 0.57% | - |
| HSV(B) | 75º | 0.51% | 0.77% | - |
| XYZ | 38.65 | 48.98 | 18.48 | - |
| YUV | 177.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 96 | 0.13 | 0 | 0.51 | 0.23 | 75 | 0.46 | 0.57 |
| Hex | AB | C4 | 60 | D | 0 | 33 | 17 | 4B | 2E | 39 |
| Octal | 253 | 304 | 140 | 15 | 0 | 63 | 27 | 113 | 56 | 71 |
| Binary | 10101011 | 11000100 | 1100000 | 1101 | 0 | 110011 | 10111 | 1001011 | 101110 | 111001 |
Color Harmonies of #ABC460
Complementary color
Monochromatic Colors of #ABC460
Black with #ABC460
Text Example
Text Example
White with #ABC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC460; }
p { color: rgb(171,196,96); }
H1.HeaderClassName
{
color: #ABC460;
}
.AnyTagClassName
{
color: #ABC460;
}
</style>
background-color css
<style>
a { background-color: #ABC460; }
a { background-color: rgb(171,196,96); }
div.DivClassName
{
background-color: #ABC460;
}
.BgClassName
{
background-color: #ABC460;
}
</style>
border-color css
<style>
span { border-color: #ABC460; }
span { border-color: rgb(171,196,96); }
td.TdClassName
{
border-color: #ABC460;
}
.TagClassName
{
border-color: #ABC460;
}
</style>