#ABA486

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

Shades of Neutral Green #ABA486

Tints of Neutral Green #ABA486

Color information

#ABA486 (or 0xABA486) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 86. RGB value is (171,164,134). Sum of RGB (Red+Green+Blue) = 171+164+134=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA486 is #545B79. Grayscale: #A2A2A2. Windows color (decimal): -5528442 or 8823979. OLE color: 8823979.

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

Color convert

RGB171164134-
CMYK00.040.220.33
HSL48.65º18.05%59.8%-
HSV(B)48.65º21.64%67.06%-
XYZ34.3736.9327.87-
YUV162.67111.82133.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=36.46%
G=34.97%
B=28.57%

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
Decimal17116413400.040.220.3348.6518.0559.8
HexABA48604162131123c
Octal253244206042641612274
Binary10101011101001001000011001001011010000111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA486; }

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

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

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

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

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

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

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

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