#ACAB7C

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

Shades of Neutral Green #ACAB7C

Tints of Neutral Green #ACAB7C

Color information

#ACAB7C (or 0xACAB7C) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 7C. RGB value is (172,171,124). Sum of RGB (Red+Green+Blue) = 172+171+124=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7C is #535483. Grayscale: #A6A6A6. Windows color (decimal): -5461124 or 8170412. OLE color: 8170412.

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

Color convert

RGB172171124-
CMYK00.010.280.33
HSL58.75º22.43%58.04%-
HSV(B)58.75º27.91%67.45%-
XYZ35.2139.3524.81-
YUV165.94104.33132.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=36.83%
G=36.62%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217112400.010.280.3358.7522.4358.04
HexACAB7C011C213b163a
Octal254253174013441732672
Binary10101100101010111111100011110010000111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB7C; }

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

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

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

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

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

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

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

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