#ABAA84

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

Shades of Neutral Green #ABAA84

Tints of Neutral Green #ABAA84

Color information

#ABAA84 (or 0xABAA84) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 84. RGB value is (171,170,132). Sum of RGB (Red+Green+Blue) = 171+170+132=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA84 is #54557B. Grayscale: #A6A6A6. Windows color (decimal): -5526908 or 8694443. OLE color: 8694443.

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

Color convert

RGB171170132-
CMYK00.010.230.33
HSL58.46º18.84%59.41%-
HSV(B)58.46º22.81%67.06%-
XYZ35.3339.0727.51-
YUV165.97108.83131.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=36.15%
G=35.94%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117013200.010.230.3358.4618.8459.41
HexABAA840117213a133b
Octal253252204012741722373
Binary101010111010101010000100011011110000111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA84; }

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

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

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

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

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

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

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

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