Shades of Wild Willow #ABC65D
Tints of Wild Willow #ABC65D
RGB
CMYK
RGB Variations
Color information
#ABC65D (or 0xABC65D) is known color: Wild Willow. HEX triplet: AB, C6 and 5D. RGB value is (171,198,93). Sum of RGB (Red+Green+Blue) = 171+198+93=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC65D is #5439A2. Grayscale: #B2B2B2. Windows color (decimal): -5519779 or 6145707. OLE color: 6145707.
HSL color Cylindrical-coordinate representation of color #ABC65D: hue angle of 75.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC65D is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 93 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.22 |
| HSL | 75.43º | 0.48% | 0.57% | - |
| HSV(B) | 75.43º | 0.53% | 0.78% | - |
| XYZ | 38.96 | 49.84 | 17.92 | - |
| YUV | 177.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 93 | 0.14 | 0 | 0.53 | 0.22 | 75.43 | 0.48 | 0.57 |
| Hex | AB | C6 | 5D | E | 0 | 35 | 16 | 4B | 30 | 39 |
| Octal | 253 | 306 | 135 | 16 | 0 | 65 | 26 | 113 | 60 | 71 |
| Binary | 10101011 | 11000110 | 1011101 | 1110 | 0 | 110101 | 10110 | 1001011 | 110000 | 111001 |
Color Harmonies of #ABC65D
Complementary color
Monochromatic Colors of #ABC65D
Black with #ABC65D
Text Example
Text Example
White with #ABC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC65D; }
p { color: rgb(171,198,93); }
H1.HeaderClassName
{
color: #ABC65D;
}
.AnyTagClassName
{
color: #ABC65D;
}
</style>
background-color css
<style>
a { background-color: #ABC65D; }
a { background-color: rgb(171,198,93); }
div.DivClassName
{
background-color: #ABC65D;
}
.BgClassName
{
background-color: #ABC65D;
}
</style>
border-color css
<style>
span { border-color: #ABC65D; }
span { border-color: rgb(171,198,93); }
td.TdClassName
{
border-color: #ABC65D;
}
.TagClassName
{
border-color: #ABC65D;
}
</style>