Shades of Wild Willow #ABC960
Tints of Wild Willow #ABC960
RGB
CMYK
RGB Variations
Color information
#ABC960 (or 0xABC960) is known color: Wild Willow. HEX triplet: AB, C9 and 60. RGB value is (171,201,96). Sum of RGB (Red+Green+Blue) = 171+201+96=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC960 is #54369F. Grayscale: #B4B4B4. Windows color (decimal): -5519008 or 6343083. OLE color: 6343083.
HSL color Cylindrical-coordinate representation of color #ABC960: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABC960 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 96 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.21 |
| HSL | 77.14º | 0.49% | 0.58% | - |
| HSV(B) | 77.14º | 0.52% | 0.79% | - |
| XYZ | 39.79 | 51.28 | 18.87 | - |
| YUV | 180.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 96 | 0.15 | 0 | 0.52 | 0.21 | 77.14 | 0.49 | 0.58 |
| Hex | AB | C9 | 60 | F | 0 | 34 | 15 | 4D | 31 | 3A |
| Octal | 253 | 311 | 140 | 17 | 0 | 64 | 25 | 115 | 61 | 72 |
| Binary | 10101011 | 11001001 | 1100000 | 1111 | 0 | 110100 | 10101 | 1001101 | 110001 | 111010 |
Color Harmonies of #ABC960
Complementary color
Monochromatic Colors of #ABC960
Black with #ABC960
Text Example
Text Example
White with #ABC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC960; }
p { color: rgb(171,201,96); }
H1.HeaderClassName
{
color: #ABC960;
}
.AnyTagClassName
{
color: #ABC960;
}
</style>
background-color css
<style>
a { background-color: #ABC960; }
a { background-color: rgb(171,201,96); }
div.DivClassName
{
background-color: #ABC960;
}
.BgClassName
{
background-color: #ABC960;
}
</style>
border-color css
<style>
span { border-color: #ABC960; }
span { border-color: rgb(171,201,96); }
td.TdClassName
{
border-color: #ABC960;
}
.TagClassName
{
border-color: #ABC960;
}
</style>