#ABA48D

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

Shades of Neutral Green #ABA48D

Tints of Neutral Green #ABA48D

Color information

#ABA48D (or 0xABA48D) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 8D. RGB value is (171,164,141). Sum of RGB (Red+Green+Blue) = 171+164+141=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48D is #545B72. Grayscale: #A3A3A3. Windows color (decimal): -5528435 or 9282731. OLE color: 9282731.

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

Color convert

RGB171164141-
CMYK00.040.180.33
HSL46º15.15%61.18%-
HSV(B)46º17.54%67.06%-
XYZ34.8837.1330.53-
YUV163.47115.32133.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=35.92%
G=34.45%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414100.040.180.334615.1561.18
HexABA48D0412212ef3d
Octal253244215042241561775
Binary1010101110100100100011010100100101000011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA48D; }

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

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

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

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

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

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

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

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