#ABA974

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

Shades of Neutral Green #ABA974

Tints of Neutral Green #ABA974

Color information

#ABA974 (or 0xABA974) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 74. RGB value is (171,169,116). Sum of RGB (Red+Green+Blue) = 171+169+116=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA974 is #54568B. Grayscale: #A3A3A3. Windows color (decimal): -5527180 or 7645611. OLE color: 7645611.

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

Color convert

RGB171169116-
CMYK00.010.320.33
HSL57.82º24.66%56.27%-
HSV(B)57.82º32.16%67.06%-
XYZ34.1338.2922.12-
YUV163.56101.16133.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=37.5%
G=37.06%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116911600.010.320.3357.8224.6656.27
HexABA9740120213a1938
Octal253251164014041723170
Binary101010111010100111101000110000010000111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA974; }

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

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

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

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

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

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

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

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