Shades of Wild Willow #ABC462
Tints of Wild Willow #ABC462
RGB
CMYK
RGB Variations
Color information
#ABC462 (or 0xABC462) is known color: Wild Willow. HEX triplet: AB, C4 and 62. RGB value is (171,196,98). Sum of RGB (Red+Green+Blue) = 171+196+98=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC462 is #543B9D. Grayscale: #B1B1B1. Windows color (decimal): -5520286 or 6472875. OLE color: 6472875.
HSL color Cylindrical-coordinate representation of color #ABC462: hue angle of 75.31º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABC462 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 98 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.23 |
| HSL | 75.31º | 0.45% | 0.58% | - |
| HSV(B) | 75.31º | 0.5% | 0.77% | - |
| XYZ | 38.74 | 49.02 | 18.98 | - |
| YUV | 177.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 98 | 0.13 | 0 | 0.5 | 0.23 | 75.31 | 0.45 | 0.58 |
| Hex | AB | C4 | 62 | D | 0 | 32 | 17 | 4B | 2D | 3A |
| Octal | 253 | 304 | 142 | 15 | 0 | 62 | 27 | 113 | 55 | 72 |
| Binary | 10101011 | 11000100 | 1100010 | 1101 | 0 | 110010 | 10111 | 1001011 | 101101 | 111010 |
Color Harmonies of #ABC462
Complementary color
Monochromatic Colors of #ABC462
Black with #ABC462
Text Example
Text Example
White with #ABC462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC462; }
p { color: rgb(171,196,98); }
H1.HeaderClassName
{
color: #ABC462;
}
.AnyTagClassName
{
color: #ABC462;
}
</style>
background-color css
<style>
a { background-color: #ABC462; }
a { background-color: rgb(171,196,98); }
div.DivClassName
{
background-color: #ABC462;
}
.BgClassName
{
background-color: #ABC462;
}
</style>
border-color css
<style>
span { border-color: #ABC462; }
span { border-color: rgb(171,196,98); }
td.TdClassName
{
border-color: #ABC462;
}
.TagClassName
{
border-color: #ABC462;
}
</style>