#ABAA7E

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

Shades of Neutral Green #ABAA7E

Tints of Neutral Green #ABAA7E

Color information

#ABAA7E (or 0xABAA7E) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 7E. RGB value is (171,170,126). Sum of RGB (Red+Green+Blue) = 171+170+126=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA7E is #545581. Grayscale: #A5A5A5. Windows color (decimal): -5526914 or 8301227. OLE color: 8301227.

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

Color convert

RGB171170126-
CMYK00.010.260.33
HSL58.67º21.13%58.24%-
HSV(B)58.67º26.32%67.06%-
XYZ34.9438.9125.41-
YUV165.28105.83132.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=36.62%
G=36.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117012600.010.260.3358.6721.1358.24
HexABAA7E011A213b153a
Octal253252176013241732572
Binary10101011101010101111110011101010000111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA7E; }

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

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

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

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

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

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

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

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