#ABAB84

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

Shades of Neutral Green #ABAB84

Tints of Neutral Green #ABAB84

Color information

#ABAB84 (or 0xABAB84) is unknown color: approx Neutral Green. HEX triplet: AB, AB and 84. RGB value is (171,171,132). Sum of RGB (Red+Green+Blue) = 171+171+132=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB84 is #54547B. Grayscale: #A6A6A6. Windows color (decimal): -5526652 or 8694699. OLE color: 8694699.

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

Color convert

RGB171171132-
CMYK000.230.33
HSL60º18.84%59.41%-
HSV(B)60º22.81%67.06%-
XYZ35.5239.4527.57-
YUV166.55108.5131.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=36.08%
G=36.08%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171132000.230.336018.8459.41
HexABAB840017213c133b
Octal253253204002741742373
Binary101010111010101110000100001011110000111110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB84; }

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

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

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

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

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

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

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

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