#ABA38A

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

Shades of Neutral Green #ABA38A

Tints of Neutral Green #ABA38A

Color information

#ABA38A (or 0xABA38A) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 8A. RGB value is (171,163,138). Sum of RGB (Red+Green+Blue) = 171+163+138=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38A is #545C75. Grayscale: #A2A2A2. Windows color (decimal): -5528694 or 9085867. OLE color: 9085867.

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

Color convert

RGB171163138-
CMYK00.050.190.33
HSL45.45º16.42%60.59%-
HSV(B)45.45º19.3%67.06%-
XYZ34.4836.6929.31-
YUV162.54114.15134.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=36.23%
G=34.53%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116313800.050.190.3345.4516.4260.59
HexABA38A0513212d103d
Octal253243212052341552075
Binary10101011101000111000101001011001110000110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA38A; }

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

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

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

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

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

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

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

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