#ABA38B

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

Shades of Neutral Green #ABA38B

Tints of Neutral Green #ABA38B

Color information

#ABA38B (or 0xABA38B) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 8B. RGB value is (171,163,139). Sum of RGB (Red+Green+Blue) = 171+163+139=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38B is #545C74. Grayscale: #A2A2A2. Windows color (decimal): -5528693 or 9151403. OLE color: 9151403.

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

Color convert

RGB171163139-
CMYK00.050.190.33
HSL45º16%60.78%-
HSV(B)45º18.71%67.06%-
XYZ34.5536.7229.69-
YUV162.66114.65133.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=36.15%
G=34.46%
B=29.39%

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
Decimal17116313900.050.190.33451660.78
HexABA38B0513212d103d
Octal253243213052341552075
Binary10101011101000111000101101011001110000110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA38B; }

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

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

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

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

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

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

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

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