#93A38C

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

Shades of Mantle #93A38C

Tints of Mantle #93A38C

Color information

#93A38C (or 0x93A38C) is unknown color: approx Mantle. HEX triplet: 93, A3 and 8C. RGB value is (147,163,140). Sum of RGB (Red+Green+Blue) = 147+163+140=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #93A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A38C is #6C5C73. Grayscale: #9B9B9B. Windows color (decimal): -7101556 or 9216915. OLE color: 9216915.

HSL color Cylindrical-coordinate representation of color #93A38C: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A38C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB147163140-
CMYK0.1000.140.36
HSL101.74º11.11%59.41%-
HSV(B)101.74º14.11%63.92%-
XYZ29.8634.2929.86-
YUV155.59119.2121.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=32.67%
G=36.22%
B=31.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471631400.1000.140.36101.7411.1159.41
Hex93A38CA0E2466b3b
Octal22324321412016441461373
Binary10010011101000111000110010100111010010011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,163,140); }

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

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

 a { background-color: rgb(147,163,140); }

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

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

 span { border-color: rgb(147,163,140); }

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