Shades of Neutral Green #ABA38B
Tints of Neutral Green #ABA38B
RGB
CMYK
RGB Variations
Color information
#ABA38B (or 0xABA38B) is known color: Neutral Green. HEX triplet: AB, A3 and 8B. RGB value is (171,163,139). Sum of RGB (Red+Green+Blue) = 171+163+139=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38B is #545C74. Grayscale: #A2A2A2. Windows color (decimal): -5528693 or 9151403. OLE color: 9151403.
HSL color Cylindrical-coordinate representation of color #ABA38B: hue angle of 45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA38B is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 139 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.33 |
| HSL | 45º | 0.16% | 0.61% | - |
| HSV(B) | 45º | 0.19% | 0.67% | - |
| XYZ | 34.55 | 36.72 | 29.69 | - |
| YUV | 162.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 139 | 0 | 0.05 | 0.19 | 0.33 | 45 | 0.16 | 0.61 |
| Hex | AB | A3 | 8B | 0 | 5 | 13 | 21 | 2D | 10 | 3D |
| Octal | 253 | 243 | 213 | 0 | 5 | 23 | 41 | 55 | 20 | 75 |
| Binary | 10101011 | 10100011 | 10001011 | 0 | 101 | 10011 | 100001 | 101101 | 10000 | 111101 |
Color Harmonies of #ABA38B
Complementary color
Monochromatic Colors of #ABA38B
Black with #ABA38B
Text Example
Text Example
White with #ABA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA38B; }
p { color: rgb(171,163,139); }
H1.HeaderClassName
{
color: #ABA38B;
}
.AnyTagClassName
{
color: #ABA38B;
}
</style>
background-color css
<style>
a { background-color: #ABA38B; }
a { background-color: rgb(171,163,139); }
div.DivClassName
{
background-color: #ABA38B;
}
.BgClassName
{
background-color: #ABA38B;
}
</style>
border-color css
<style>
span { border-color: #ABA38B; }
span { border-color: rgb(171,163,139); }
td.TdClassName
{
border-color: #ABA38B;
}
.TagClassName
{
border-color: #ABA38B;
}
</style>