#ABAB88

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

Shades of Neutral Green #ABAB88

Tints of Neutral Green #ABAB88

Color information

#ABAB88 (or 0xABAB88) is unknown color: approx Neutral Green. HEX triplet: AB, AB and 88. RGB value is (171,171,136). Sum of RGB (Red+Green+Blue) = 171+171+136=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB88 is #545477. Grayscale: #A7A7A7. Windows color (decimal): -5526648 or 8956843. OLE color: 8956843.

HSL color Cylindrical-coordinate representation of color #ABAB88: hue angle of 60º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAB88 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171171136-
CMYK000.200.33
HSL60º17.24%60.2%-
HSV(B)60º20.47%67.06%-
XYZ35.839.5629.04-
YUV167.01110.5130.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=35.77%
G=35.77%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171136000.200.336017.2460.2
HexABAB880014213c113c
Octal253253210002441742174
Binary101010111010101110001000001010010000111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB88; }

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

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

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

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

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

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

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

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