#ABAA81

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

Shades of Neutral Green #ABAA81

Tints of Neutral Green #ABAA81

Color information

#ABAA81 (or 0xABAA81) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 81. RGB value is (171,170,129). Sum of RGB (Red+Green+Blue) = 171+170+129=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA81 is #54557E. Grayscale: #A5A5A5. Windows color (decimal): -5526911 or 8497835. OLE color: 8497835.

HSL color Cylindrical-coordinate representation of color #ABAA81: hue angle of 58.57º 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 #ABAA81 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171170129-
CMYK00.010.250.33
HSL58.57º20%58.82%-
HSV(B)58.57º24.56%67.06%-
XYZ35.1338.9926.44-
YUV165.62107.33131.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=36.38%
G=36.17%
B=27.45%

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
Decimal17117012900.010.250.3358.572058.82
HexABAA810119213b143b
Octal253252201013141732473
Binary101010111010101010000001011100110000111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA81; }

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

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

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

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

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

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

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

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