Shades of Wild Willow #ABC55D
Tints of Wild Willow #ABC55D
RGB
CMYK
RGB Variations
Color information
#ABC55D (or 0xABC55D) is known color: Wild Willow. HEX triplet: AB, C5 and 5D. RGB value is (171,197,93). Sum of RGB (Red+Green+Blue) = 171+197+93=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC55D is #543AA2. Grayscale: #B1B1B1. Windows color (decimal): -5520035 or 6145451. OLE color: 6145451.
HSL color Cylindrical-coordinate representation of color #ABC55D: hue angle of 75º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC55D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 93 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 75º | 0.47% | 0.57% | - |
| HSV(B) | 75º | 0.53% | 0.77% | - |
| XYZ | 38.74 | 49.38 | 17.85 | - |
| YUV | 177.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 93 | 0.13 | 0 | 0.53 | 0.23 | 75 | 0.47 | 0.57 |
| Hex | AB | C5 | 5D | D | 0 | 35 | 17 | 4B | 2F | 39 |
| Octal | 253 | 305 | 135 | 15 | 0 | 65 | 27 | 113 | 57 | 71 |
| Binary | 10101011 | 11000101 | 1011101 | 1101 | 0 | 110101 | 10111 | 1001011 | 101111 | 111001 |
Color Harmonies of #ABC55D
Complementary color
Monochromatic Colors of #ABC55D
Black with #ABC55D
Text Example
Text Example
White with #ABC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC55D; }
p { color: rgb(171,197,93); }
H1.HeaderClassName
{
color: #ABC55D;
}
.AnyTagClassName
{
color: #ABC55D;
}
</style>
background-color css
<style>
a { background-color: #ABC55D; }
a { background-color: rgb(171,197,93); }
div.DivClassName
{
background-color: #ABC55D;
}
.BgClassName
{
background-color: #ABC55D;
}
</style>
border-color css
<style>
span { border-color: #ABC55D; }
span { border-color: rgb(171,197,93); }
td.TdClassName
{
border-color: #ABC55D;
}
.TagClassName
{
border-color: #ABC55D;
}
</style>