Shades of Green Spring #A4AB91
Tints of Green Spring #A4AB91
RGB
CMYK
RGB Variations
Color information
#A4AB91 (or 0xA4AB91) is known color: Green Spring. HEX triplet: A4, AB and 91. RGB value is (164,171,145). Sum of RGB (Red+Green+Blue) = 164+171+145=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB91 is #5B546E. Grayscale: #A6A6A6. Windows color (decimal): -5985391 or 9546660. OLE color: 9546660.
HSL color Cylindrical-coordinate representation of color #A4AB91: hue angle of 76.15º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4AB91 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 145 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.33 |
| HSL | 76.15º | 0.13% | 0.62% | - |
| HSV(B) | 76.15º | 0.15% | 0.67% | - |
| XYZ | 34.98 | 39.06 | 32.48 | - |
| YUV | 165.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 145 | 0.04 | 0 | 0.15 | 0.33 | 76.15 | 0.13 | 0.62 |
| Hex | A4 | AB | 91 | 4 | 0 | F | 21 | 4C | D | 3E |
| Octal | 244 | 253 | 221 | 4 | 0 | 17 | 41 | 114 | 15 | 76 |
| Binary | 10100100 | 10101011 | 10010001 | 100 | 0 | 1111 | 100001 | 1001100 | 1101 | 111110 |
Color Harmonies of #A4AB91
Complementary color
Monochromatic Colors of #A4AB91
Black with #A4AB91
Text Example
Text Example
White with #A4AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB91; }
p { color: rgb(164,171,145); }
H1.HeaderClassName
{
color: #A4AB91;
}
.AnyTagClassName
{
color: #A4AB91;
}
</style>
background-color css
<style>
a { background-color: #A4AB91; }
a { background-color: rgb(164,171,145); }
div.DivClassName
{
background-color: #A4AB91;
}
.BgClassName
{
background-color: #A4AB91;
}
</style>
border-color css
<style>
span { border-color: #A4AB91; }
span { border-color: rgb(164,171,145); }
td.TdClassName
{
border-color: #A4AB91;
}
.TagClassName
{
border-color: #A4AB91;
}
</style>