#ABA389

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

Shades of Neutral Green #ABA389

Tints of Neutral Green #ABA389

Color information

#ABA389 (or 0xABA389) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 89. RGB value is (171,163,137). Sum of RGB (Red+Green+Blue) = 171+163+137=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA389 is #545C76. Grayscale: #A2A2A2. Windows color (decimal): -5528695 or 9020331. OLE color: 9020331.

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

Color convert

RGB171163137-
CMYK00.050.200.33
HSL45.88º16.83%60.39%-
HSV(B)45.88º19.88%67.06%-
XYZ34.4136.6628.93-
YUV162.43113.65134.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=36.31%
G=34.61%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116313700.050.200.3345.8816.8360.39
HexABA3890514212e113c
Octal253243211052441562174
Binary10101011101000111000100101011010010000110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA389; }

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

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

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

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

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

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

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

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