#ABA977

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

Shades of Neutral Green #ABA977

Tints of Neutral Green #ABA977

Color information

#ABA977 (or 0xABA977) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 77. RGB value is (171,169,119). Sum of RGB (Red+Green+Blue) = 171+169+119=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA977 is #545688. Grayscale: #A4A4A4. Windows color (decimal): -5527177 or 7842219. OLE color: 7842219.

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

Color convert

RGB171169119-
CMYK00.010.300.33
HSL57.69º23.64%56.86%-
HSV(B)57.69º30.41%67.06%-
XYZ34.3138.3723.05-
YUV163.9102.66133.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=37.25%
G=36.82%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116911900.010.300.3357.6923.6456.86
HexABA977011E213a1839
Octal253251167013641723071
Binary10101011101010011110111011111010000111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA977; }

 p { color: rgb(171,169,119); }

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

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

 a { background-color: rgb(171,169,119); }

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

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

 span { border-color: rgb(171,169,119); }

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