#93A28D

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

Shades of Mantle #93A28D

Tints of Mantle #93A28D

Color information

#93A28D (or 0x93A28D) is unknown color: approx Mantle. HEX triplet: 93, A2 and 8D. RGB value is (147,162,141). Sum of RGB (Red+Green+Blue) = 147+162+141=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #93A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A28D is #6C5D72. Grayscale: #9B9B9B. Windows color (decimal): -7101811 or 9282195. OLE color: 9282195.

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

Color convert

RGB147162141-
CMYK0.0900.130.36
HSL102.86º10.14%59.41%-
HSV(B)102.86º12.96%63.53%-
XYZ29.7633.9730.19-
YUV155.12120.03122.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=32.67%
G=36%
B=31.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621410.0900.130.36102.8610.1459.41
Hex93A28D90D2467a3b
Octal22324221511015441471273
Binary10010011101000101000110110010110110010011001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,162,141); }

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

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

 a { background-color: rgb(147,162,141); }

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

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

 span { border-color: rgb(147,162,141); }

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