#ABA976

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

Shades of Neutral Green #ABA976

Tints of Neutral Green #ABA976

Color information

#ABA976 (or 0xABA976) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 76. RGB value is (171,169,118). Sum of RGB (Red+Green+Blue) = 171+169+118=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA976 is #545689. Grayscale: #A3A3A3. Windows color (decimal): -5527178 or 7776683. OLE color: 7776683.

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

Color convert

RGB171169118-
CMYK00.010.310.33
HSL57.74º23.98%56.67%-
HSV(B)57.74º30.99%67.06%-
XYZ34.2538.3422.73-
YUV163.78102.16133.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=37.34%
G=36.90%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116911800.010.310.3357.7423.9856.67
HexABA976011F213a1839
Octal253251166013741723071
Binary10101011101010011110110011111110000111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA976; }

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

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

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

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

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

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

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

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