Shades of Neutral Green #ABA682
Tints of Neutral Green #ABA682
RGB
CMYK
RGB Variations
Color information
#ABA682 (or 0xABA682) is known color: Neutral Green. HEX triplet: AB, A6 and 82. RGB value is (171,166,130). Sum of RGB (Red+Green+Blue) = 171+166+130=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA682 is #54597D. Grayscale: #A3A3A3. Windows color (decimal): -5527934 or 8562347. OLE color: 8562347.
HSL color Cylindrical-coordinate representation of color #ABA682: hue angle of 52.68º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA682 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 130 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.33 |
| HSL | 52.68º | 0.2% | 0.59% | - |
| HSV(B) | 52.68º | 0.24% | 0.67% | - |
| XYZ | 34.46 | 37.54 | 26.55 | - |
| YUV | 163.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 130 | 0 | 0.03 | 0.24 | 0.33 | 52.68 | 0.2 | 0.59 |
| Hex | AB | A6 | 82 | 0 | 3 | 18 | 21 | 35 | 14 | 3B |
| Octal | 253 | 246 | 202 | 0 | 3 | 30 | 41 | 65 | 24 | 73 |
| Binary | 10101011 | 10100110 | 10000010 | 0 | 11 | 11000 | 100001 | 110101 | 10100 | 111011 |
Color Harmonies of #ABA682
Complementary color
Monochromatic Colors of #ABA682
Black with #ABA682
Text Example
Text Example
White with #ABA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA682; }
p { color: rgb(171,166,130); }
H1.HeaderClassName
{
color: #ABA682;
}
.AnyTagClassName
{
color: #ABA682;
}
</style>
background-color css
<style>
a { background-color: #ABA682; }
a { background-color: rgb(171,166,130); }
div.DivClassName
{
background-color: #ABA682;
}
.BgClassName
{
background-color: #ABA682;
}
</style>
border-color css
<style>
span { border-color: #ABA682; }
span { border-color: rgb(171,166,130); }
td.TdClassName
{
border-color: #ABA682;
}
.TagClassName
{
border-color: #ABA682;
}
</style>