#93AC8E

Color #93AC8E Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #93AC8E

Tints of Mantle #93AC8E

Color information

#93AC8E (or 0x93AC8E) is unknown color: approx Mantle. HEX triplet: 93, AC and 8E. RGB value is (147,172,142). Sum of RGB (Red+Green+Blue) = 147+172+142=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC8E is #6C5371. Grayscale: #A1A1A1. Windows color (decimal): -7099250 or 9350291. OLE color: 9350291.

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

Color convert

RGB147172142-
CMYK0.1500.170.33
HSL110º15.31%61.57%-
HSV(B)110º17.44%67.45%-
XYZ31.6737.6631.19-
YUV161.1117.22117.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=31.89%
G=37.31%
B=30.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721420.1500.170.3311015.3161.57
Hex93AC8EF011216ef3e
Octal22325421617021411561776
Binary100100111010110010001110111101000110000111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AC8E; }

 p { color: rgb(147,172,142); }

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

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

 a { background-color: rgb(147,172,142); }

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

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

 span { border-color: rgb(147,172,142); }

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