#ABA387

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

Shades of Neutral Green #ABA387

Tints of Neutral Green #ABA387

Color information

#ABA387 (or 0xABA387) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 87. RGB value is (171,163,135). Sum of RGB (Red+Green+Blue) = 171+163+135=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA387 is #545C78. Grayscale: #A2A2A2. Windows color (decimal): -5528697 or 8889259. OLE color: 8889259.

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

Color convert

RGB171163135-
CMYK00.050.210.33
HSL46.67º17.65%60%-
HSV(B)46.67º21.05%67.06%-
XYZ34.2636.628.18-
YUV162.2112.65134.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=36.46%
G=34.75%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116313500.050.210.3346.6717.6560
HexABA3870515212f123c
Octal253243207052541572274
Binary10101011101000111000011101011010110000110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA387; }

 p { color: rgb(171,163,135); }

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

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

 a { background-color: rgb(171,163,135); }

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

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

 span { border-color: rgb(171,163,135); }

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