Shades of Neutral Green #ABA488
Tints of Neutral Green #ABA488
RGB
CMYK
RGB Variations
Color information
#ABA488 (or 0xABA488) is known color: Neutral Green. HEX triplet: AB, A4 and 88. RGB value is (171,164,136). Sum of RGB (Red+Green+Blue) = 171+164+136=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA488 is #545B77. Grayscale: #A3A3A3. Windows color (decimal): -5528440 or 8955051. OLE color: 8955051.
HSL color Cylindrical-coordinate representation of color #ABA488: hue angle of 48º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA488 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 136 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.33 |
| HSL | 48º | 0.17% | 0.6% | - |
| HSV(B) | 48º | 0.2% | 0.67% | - |
| XYZ | 34.51 | 36.99 | 28.61 | - |
| YUV | 162.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 136 | 0 | 0.04 | 0.20 | 0.33 | 48 | 0.17 | 0.6 |
| Hex | AB | A4 | 88 | 0 | 4 | 14 | 21 | 30 | 11 | 3C |
| Octal | 253 | 244 | 210 | 0 | 4 | 24 | 41 | 60 | 21 | 74 |
| Binary | 10101011 | 10100100 | 10001000 | 0 | 100 | 10100 | 100001 | 110000 | 10001 | 111100 |
Color Harmonies of #ABA488
Complementary color
Monochromatic Colors of #ABA488
Black with #ABA488
Text Example
Text Example
White with #ABA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA488; }
p { color: rgb(171,164,136); }
H1.HeaderClassName
{
color: #ABA488;
}
.AnyTagClassName
{
color: #ABA488;
}
</style>
background-color css
<style>
a { background-color: #ABA488; }
a { background-color: rgb(171,164,136); }
div.DivClassName
{
background-color: #ABA488;
}
.BgClassName
{
background-color: #ABA488;
}
</style>
border-color css
<style>
span { border-color: #ABA488; }
span { border-color: rgb(171,164,136); }
td.TdClassName
{
border-color: #ABA488;
}
.TagClassName
{
border-color: #ABA488;
}
</style>