Html Css Color HEX #9EA49D Mantle

📋 copy color: '#9EA49D'

red 158 ◦ green 164 ◦ blue 157

#9EA49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #9EA49D

Tints of Mantle #9EA49D

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 value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#9EA49D (or 0x9EA49D) is known color: 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

RGB 158 164 157 -
CMYK 0.04 0 0.04 0.36
HSL 111.43º 0.04% 0.63% -
HSV(B) 111.43º 0.04% 0.64% -
XYZ 33.46 36.25 37.13 -
YUV 161.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 158 164 157 0.04 0 0.04 0.36 111.43 0.04 0.63
Hex 9E A4 9D 4 0 4 24 6F 4 3F
Octal 236 244 235 4 0 4 44 157 4 77
Binary 10011110 10100100 10011101 100 0 100 100100 1101111 100 111111

Color Harmonies of #9EA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA49D

Black with #9EA49D

Text Example


Text Example

White with #9EA49D

Text Example


Text Example

HTML Codes & Css Web 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>