Shades of Neutral Green #ABA48D
Tints of Neutral Green #ABA48D
RGB
CMYK
RGB Variations
Color information
#ABA48D (or 0xABA48D) is known color: Neutral Green. HEX triplet: AB, A4 and 8D. RGB value is (171,164,141). Sum of RGB (Red+Green+Blue) = 171+164+141=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48D is #545B72. Grayscale: #A3A3A3. Windows color (decimal): -5528435 or 9282731. OLE color: 9282731.
HSL color Cylindrical-coordinate representation of color #ABA48D: hue angle of 46º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA48D is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 141 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.33 |
| HSL | 46º | 0.15% | 0.61% | - |
| HSV(B) | 46º | 0.18% | 0.67% | - |
| XYZ | 34.88 | 37.13 | 30.53 | - |
| YUV | 163.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 141 | 0 | 0.04 | 0.18 | 0.33 | 46 | 0.15 | 0.61 |
| Hex | AB | A4 | 8D | 0 | 4 | 12 | 21 | 2E | F | 3D |
| Octal | 253 | 244 | 215 | 0 | 4 | 22 | 41 | 56 | 17 | 75 |
| Binary | 10101011 | 10100100 | 10001101 | 0 | 100 | 10010 | 100001 | 101110 | 1111 | 111101 |
Color Harmonies of #ABA48D
Complementary color
Monochromatic Colors of #ABA48D
Black with #ABA48D
Text Example
Text Example
White with #ABA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA48D; }
p { color: rgb(171,164,141); }
H1.HeaderClassName
{
color: #ABA48D;
}
.AnyTagClassName
{
color: #ABA48D;
}
</style>
background-color css
<style>
a { background-color: #ABA48D; }
a { background-color: rgb(171,164,141); }
div.DivClassName
{
background-color: #ABA48D;
}
.BgClassName
{
background-color: #ABA48D;
}
</style>
border-color css
<style>
span { border-color: #ABA48D; }
span { border-color: rgb(171,164,141); }
td.TdClassName
{
border-color: #ABA48D;
}
.TagClassName
{
border-color: #ABA48D;
}
</style>