#ABA984

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

Shades of Neutral Green #ABA984

Tints of Neutral Green #ABA984

Color information

#ABA984 (or 0xABA984) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 84. RGB value is (171,169,132). Sum of RGB (Red+Green+Blue) = 171+169+132=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA984 is #54567B. Grayscale: #A5A5A5. Windows color (decimal): -5527164 or 8694187. OLE color: 8694187.

HSL color Cylindrical-coordinate representation of color #ABA984: hue angle of 56.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA984 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB171169132-
CMYK00.010.230.33
HSL56.92º18.84%59.41%-
HSV(B)56.92º22.81%67.06%-
XYZ35.1538.727.45-
YUV165.38109.16132.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=36.23%
G=35.81%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116913200.010.230.3356.9218.8459.41
HexABA98401172139133b
Octal253251204012741712373
Binary101010111010100110000100011011110000111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA984; }

 p { color: rgb(171,169,132); }

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

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

 a { background-color: rgb(171,169,132); }

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

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

 span { border-color: rgb(171,169,132); }

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