#ABAA79

Color #ABAA79 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ABAA79

Tints of Neutral Green #ABAA79

Color information

#ABAA79 (or 0xABAA79) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 79. RGB value is (171,170,121). Sum of RGB (Red+Green+Blue) = 171+170+121=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA79 is #545586. Grayscale: #A4A4A4. Windows color (decimal): -5526919 or 7973547. OLE color: 7973547.

HSL color Cylindrical-coordinate representation of color #ABAA79: hue angle of 58.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAA79 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171170121-
CMYK00.010.290.33
HSL58.8º22.94%57.25%-
HSV(B)58.8º29.24%67.06%-
XYZ34.6238.7923.75-
YUV164.71103.33132.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=37.01%
G=36.80%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117012100.010.290.3358.822.9457.25
HexABAA79011D213b1739
Octal253252171013541732771
Binary10101011101010101111001011110110000111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA79; }

 p { color: rgb(171,170,121); }

 H1.HeaderClassName
 {
   color: #ABAA79;
 }
 .AnyTagClassName
 {
   color: #ABAA79;
 }
</style>
background-color css

<style>
 a { background-color: #ABAA79; }

 a { background-color: rgb(171,170,121); }

 div.DivClassName
 {
   background-color: #ABAA79;
 }
 .BgClassName
 {
   background-color: #ABAA79;
 }
</style>
border-color css

<style>
 span { border-color: #ABAA79; }

 span { border-color: rgb(171,170,121); }

 td.TdClassName
 {
   border-color: #ABAA79;
 }
 .TagClassName
 {
   border-color: #ABAA79;
 }
</style>