#ABAB86

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

Shades of Neutral Green #ABAB86

Tints of Neutral Green #ABAB86

Color information

#ABAB86 (or 0xABAB86) is unknown color: approx Neutral Green. HEX triplet: AB, AB and 86. RGB value is (171,171,134). Sum of RGB (Red+Green+Blue) = 171+171+134=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB86 is #545479. Grayscale: #A6A6A6. Windows color (decimal): -5526650 or 8825771. OLE color: 8825771.

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

Color convert

RGB171171134-
CMYK000.220.33
HSL60º18.05%59.8%-
HSV(B)60º21.64%67.06%-
XYZ35.6639.528.3-
YUV166.78109.5131.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=35.92%
G=35.92%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171134000.220.336018.0559.8
HexABAB860016213c123c
Octal253253206002641742274
Binary101010111010101110000110001011010000111110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB86; }

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

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

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

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

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

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

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

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