#ABAA89

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

Shades of Neutral Green #ABAA89

Tints of Neutral Green #ABAA89

Color information

#ABAA89 (or 0xABAA89) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 89. RGB value is (171,170,137). Sum of RGB (Red+Green+Blue) = 171+170+137=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA89 is #545576. Grayscale: #A6A6A6. Windows color (decimal): -5526903 or 9022123. OLE color: 9022123.

HSL color Cylindrical-coordinate representation of color #ABAA89: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAA89 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171170137-
CMYK00.010.200.33
HSL58.24º16.83%60.39%-
HSV(B)58.24º19.88%67.06%-
XYZ35.6839.2129.36-
YUV166.54111.33131.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=35.77%
G=35.56%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117013700.010.200.3358.2416.8360.39
HexABAA890114213a113c
Octal253252211012441722174
Binary101010111010101010001001011010010000111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA89; }

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

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

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

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

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

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

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

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