Shades of Wild Willow #ABC65C
Tints of Wild Willow #ABC65C
RGB
CMYK
RGB Variations
Color information
#ABC65C (or 0xABC65C) is known color: Wild Willow. HEX triplet: AB, C6 and 5C. RGB value is (171,198,92). Sum of RGB (Red+Green+Blue) = 171+198+92=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC65C is #5439A3. Grayscale: #B2B2B2. Windows color (decimal): -5519780 or 6080171. OLE color: 6080171.
HSL color Cylindrical-coordinate representation of color #ABC65C: hue angle of 75.28º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABC65C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 92 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.22 |
| HSL | 75.28º | 0.48% | 0.57% | - |
| HSV(B) | 75.28º | 0.54% | 0.78% | - |
| XYZ | 38.92 | 49.82 | 17.69 | - |
| YUV | 177.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 92 | 0.14 | 0 | 0.54 | 0.22 | 75.28 | 0.48 | 0.57 |
| Hex | AB | C6 | 5C | E | 0 | 36 | 16 | 4B | 30 | 39 |
| Octal | 253 | 306 | 134 | 16 | 0 | 66 | 26 | 113 | 60 | 71 |
| Binary | 10101011 | 11000110 | 1011100 | 1110 | 0 | 110110 | 10110 | 1001011 | 110000 | 111001 |
Color Harmonies of #ABC65C
Complementary color
Monochromatic Colors of #ABC65C
Black with #ABC65C
Text Example
Text Example
White with #ABC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC65C; }
p { color: rgb(171,198,92); }
H1.HeaderClassName
{
color: #ABC65C;
}
.AnyTagClassName
{
color: #ABC65C;
}
</style>
background-color css
<style>
a { background-color: #ABC65C; }
a { background-color: rgb(171,198,92); }
div.DivClassName
{
background-color: #ABC65C;
}
.BgClassName
{
background-color: #ABC65C;
}
</style>
border-color css
<style>
span { border-color: #ABC65C; }
span { border-color: rgb(171,198,92); }
td.TdClassName
{
border-color: #ABC65C;
}
.TagClassName
{
border-color: #ABC65C;
}
</style>