Shades of Neutral Green #ABA680
Tints of Neutral Green #ABA680
RGB
CMYK
RGB Variations
Color information
#ABA680 (or 0xABA680) is known color: Neutral Green. HEX triplet: AB, A6 and 80. RGB value is (171,166,128). Sum of RGB (Red+Green+Blue) = 171+166+128=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA680 is #54597F. Grayscale: #A3A3A3. Windows color (decimal): -5527936 or 8431275. OLE color: 8431275.
HSL color Cylindrical-coordinate representation of color #ABA680: hue angle of 53.02º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA680 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 128 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.33 |
| HSL | 53.02º | 0.2% | 0.59% | - |
| HSV(B) | 53.02º | 0.25% | 0.67% | - |
| XYZ | 34.33 | 37.49 | 25.85 | - |
| YUV | 163.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 128 | 0 | 0.03 | 0.25 | 0.33 | 53.02 | 0.2 | 0.59 |
| Hex | AB | A6 | 80 | 0 | 3 | 19 | 21 | 35 | 14 | 3B |
| Octal | 253 | 246 | 200 | 0 | 3 | 31 | 41 | 65 | 24 | 73 |
| Binary | 10101011 | 10100110 | 10000000 | 0 | 11 | 11001 | 100001 | 110101 | 10100 | 111011 |
Color Harmonies of #ABA680
Complementary color
Monochromatic Colors of #ABA680
Black with #ABA680
Text Example
Text Example
White with #ABA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA680; }
p { color: rgb(171,166,128); }
H1.HeaderClassName
{
color: #ABA680;
}
.AnyTagClassName
{
color: #ABA680;
}
</style>
background-color css
<style>
a { background-color: #ABA680; }
a { background-color: rgb(171,166,128); }
div.DivClassName
{
background-color: #ABA680;
}
.BgClassName
{
background-color: #ABA680;
}
</style>
border-color css
<style>
span { border-color: #ABA680; }
span { border-color: rgb(171,166,128); }
td.TdClassName
{
border-color: #ABA680;
}
.TagClassName
{
border-color: #ABA680;
}
</style>