#9EA49D

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

Shades of Mantle #9EA49D

Tints of Mantle #9EA49D

Color information

#9EA49D (or 0x9EA49D) is unknown color: approx Mantle. HEX triplet: 9E, A4 and 9D. RGB value is (158,164,157). Sum of RGB (Red+Green+Blue) = 158+164+157=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA49D is #615B62. Grayscale: #A1A1A1. Windows color (decimal): -6380387 or 10331294. OLE color: 10331294.

HSL color Cylindrical-coordinate representation of color #9EA49D: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA49D is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB158164157-
CMYK0.0400.040.36
HSL111.43º3.7%62.94%-
HSV(B)111.43º4.27%64.31%-
XYZ33.4636.2537.13-
YUV161.41125.51125.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=32.99%
G=34.24%
B=32.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641570.0400.040.36111.433.762.94
Hex9EA49D404246f43f
Octal23624423540444157477
Binary10011110101001001001110110001001001001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA49D; }

 p { color: rgb(158,164,157); }

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

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

 a { background-color: rgb(158,164,157); }

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

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

 span { border-color: rgb(158,164,157); }

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