#ABA586

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

Shades of Neutral Green #ABA586

Tints of Neutral Green #ABA586

Color information

#ABA586 (or 0xABA586) is unknown color: approx Neutral Green. HEX triplet: AB, A5 and 86. RGB value is (171,165,134). Sum of RGB (Red+Green+Blue) = 171+165+134=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA586 is #545A79. Grayscale: #A3A3A3. Windows color (decimal): -5528186 or 8824235. OLE color: 8824235.

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

Color convert

RGB171165134-
CMYK00.040.220.33
HSL50.27º18.05%59.8%-
HSV(B)50.27º21.64%67.06%-
XYZ34.5537.2927.93-
YUV163.26111.49133.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=36.38%
G=35.11%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116513400.040.220.3350.2718.0559.8
HexABA58604162132123c
Octal253245206042641622274
Binary10101011101001011000011001001011010000111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA586; }

 p { color: rgb(171,165,134); }

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

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

 a { background-color: rgb(171,165,134); }

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

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

 span { border-color: rgb(171,165,134); }

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