#ACAB88

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

Shades of Neutral Green #ACAB88

Tints of Neutral Green #ACAB88

Color information

#ACAB88 (or 0xACAB88) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 88. RGB value is (172,171,136). Sum of RGB (Red+Green+Blue) = 172+171+136=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB88 is #535477. Grayscale: #A7A7A7. Windows color (decimal): -5461112 or 8956844. OLE color: 8956844.

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

Color convert

RGB172171136-
CMYK00.010.210.33
HSL58.33º17.82%60.39%-
HSV(B)58.33º20.93%67.45%-
XYZ36.0239.6729.05-
YUV167.31110.33131.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=35.91%
G=35.70%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217113600.010.210.3358.3317.8260.39
HexACAB880115213a123c
Octal254253210012541722274
Binary101011001010101110001000011010110000111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB88; }

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

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

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

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

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

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

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

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