#ACAB7E

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

Shades of Neutral Green #ACAB7E

Tints of Neutral Green #ACAB7E

Color information

#ACAB7E (or 0xACAB7E) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 7E. RGB value is (172,171,126). Sum of RGB (Red+Green+Blue) = 172+171+126=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7E is #535481. Grayscale: #A6A6A6. Windows color (decimal): -5461122 or 8301484. OLE color: 8301484.

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

Color convert

RGB172171126-
CMYK00.010.270.33
HSL58.7º21.7%58.43%-
HSV(B)58.7º26.74%67.45%-
XYZ35.3439.425.48-
YUV166.17105.33132.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=36.67%
G=36.46%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217112600.010.270.3358.721.758.43
HexACAB7E011B213b163a
Octal254253176013341732672
Binary10101100101010111111110011101110000111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB7E; }

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

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

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

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

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

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

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

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