Shades of Neutral Green #ABA58B
Tints of Neutral Green #ABA58B
RGB
CMYK
RGB Variations
Color information
#ABA58B (or 0xABA58B) is known color: Neutral Green. HEX triplet: AB, A5 and 8B. RGB value is (171,165,139). Sum of RGB (Red+Green+Blue) = 171+165+139=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA58B is #545A74. Grayscale: #A3A3A3. Windows color (decimal): -5528181 or 9151915. OLE color: 9151915.
HSL color Cylindrical-coordinate representation of color #ABA58B: hue angle of 48.75º 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 #ABA58B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 139 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.33 |
| HSL | 48.75º | 0.16% | 0.61% | - |
| HSV(B) | 48.75º | 0.19% | 0.67% | - |
| XYZ | 34.91 | 37.43 | 29.81 | - |
| YUV | 163.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 139 | 0 | 0.04 | 0.19 | 0.33 | 48.75 | 0.16 | 0.61 |
| Hex | AB | A5 | 8B | 0 | 4 | 13 | 21 | 31 | 10 | 3D |
| Octal | 253 | 245 | 213 | 0 | 4 | 23 | 41 | 61 | 20 | 75 |
| Binary | 10101011 | 10100101 | 10001011 | 0 | 100 | 10011 | 100001 | 110001 | 10000 | 111101 |
Color Harmonies of #ABA58B
Complementary color
Monochromatic Colors of #ABA58B
Black with #ABA58B
Text Example
Text Example
White with #ABA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA58B; }
p { color: rgb(171,165,139); }
H1.HeaderClassName
{
color: #ABA58B;
}
.AnyTagClassName
{
color: #ABA58B;
}
</style>
background-color css
<style>
a { background-color: #ABA58B; }
a { background-color: rgb(171,165,139); }
div.DivClassName
{
background-color: #ABA58B;
}
.BgClassName
{
background-color: #ABA58B;
}
</style>
border-color css
<style>
span { border-color: #ABA58B; }
span { border-color: rgb(171,165,139); }
td.TdClassName
{
border-color: #ABA58B;
}
.TagClassName
{
border-color: #ABA58B;
}
</style>