#ABA684

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

Shades of Neutral Green #ABA684

Tints of Neutral Green #ABA684

Color information

#ABA684 (or 0xABA684) is unknown color: approx Neutral Green. HEX triplet: AB, A6 and 84. RGB value is (171,166,132). Sum of RGB (Red+Green+Blue) = 171+166+132=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA684 is #54597B. Grayscale: #A3A3A3. Windows color (decimal): -5527932 or 8693419. OLE color: 8693419.

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

Color convert

RGB171166132-
CMYK00.030.230.33
HSL52.31º18.84%59.41%-
HSV(B)52.31º22.81%67.06%-
XYZ34.637.627.26-
YUV163.62110.16133.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=36.46%
G=35.39%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116613200.030.230.3352.3118.8459.41
HexABA68403172134133b
Octal253246204032741642373
Binary1010101110100110100001000111011110000111010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA684; }

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

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

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

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

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

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

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

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