#ACAB84

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

Shades of Neutral Green #ACAB84

Tints of Neutral Green #ACAB84

Color information

#ACAB84 (or 0xACAB84) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 84. RGB value is (172,171,132). Sum of RGB (Red+Green+Blue) = 172+171+132=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB84 is #53547B. Grayscale: #A7A7A7. Windows color (decimal): -5461116 or 8694700. OLE color: 8694700.

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

Color convert

RGB172171132-
CMYK00.010.230.33
HSL58.5º19.42%59.61%-
HSV(B)58.5º23.26%67.45%-
XYZ35.7439.5627.58-
YUV166.85108.33131.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=36.21%
G=36%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217113200.010.230.3358.519.4259.61
HexACAB840117213a133c
Octal254253204012741722374
Binary101011001010101110000100011011110000111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB84; }

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

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

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

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

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

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

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

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