#ABAA80

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

Shades of Neutral Green #ABAA80

Tints of Neutral Green #ABAA80

Color information

#ABAA80 (or 0xABAA80) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 80. RGB value is (171,170,128). Sum of RGB (Red+Green+Blue) = 171+170+128=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA80 is #54557F. Grayscale: #A5A5A5. Windows color (decimal): -5526912 or 8432299. OLE color: 8432299.

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

Color convert

RGB171170128-
CMYK00.010.250.33
HSL58.6º20.38%58.63%-
HSV(B)58.6º25.15%67.06%-
XYZ35.0738.9726.1-
YUV165.51106.83131.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=36.46%
G=36.25%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117012800.010.250.3358.620.3858.63
HexABAA800119213b143b
Octal253252200013141732473
Binary101010111010101010000000011100110000111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA80; }

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

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

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

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

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

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

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

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