#ABA48A

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

Shades of Neutral Green #ABA48A

Tints of Neutral Green #ABA48A

Color information

#ABA48A (or 0xABA48A) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 8A. RGB value is (171,164,138). Sum of RGB (Red+Green+Blue) = 171+164+138=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48A is #545B75. Grayscale: #A3A3A3. Windows color (decimal): -5528438 or 9086123. OLE color: 9086123.

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

Color convert

RGB171164138-
CMYK00.040.190.33
HSL47.27º16.42%60.59%-
HSV(B)47.27º19.3%67.06%-
XYZ34.6637.0429.37-
YUV163.13113.82133.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=36.15%
G=34.67%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116413800.040.190.3347.2716.4260.59
HexABA48A0413212f103d
Octal253244212042341572075
Binary10101011101001001000101001001001110000110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA48A; }

 p { color: rgb(171,164,138); }

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

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

 a { background-color: rgb(171,164,138); }

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

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

 span { border-color: rgb(171,164,138); }

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