Html Css Color HEX #9EA29D Mantle

📋 copy color: '#9EA29D'

red 158 ◦ green 162 ◦ blue 157

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

Shades of Mantle #9EA29D

Tints of Mantle #9EA29D

RGB

 RED value IS 158 (62.11% from 255) = 33.12%

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 33.12%
G = 33.96%
B = 32.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#9EA29D (or 0x9EA29D) is known color: Mantle. HEX triplet: 9E, A2 and 9D. RGB value is (158,162,157). Sum of RGB (Red+Green+Blue) = 158+162+157=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA29D is #615D62. Grayscale: #A0A0A0. Windows color (decimal): -6380899 or 10330782. OLE color: 10330782.

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

Color convert

RGB 158 162 157 -
CMYK 0.02 0 0.03 0.36
HSL 108º 0.03% 0.63% -
HSV(B) 108º 0.03% 0.64% -
XYZ 33.11 35.54 37.01 -
YUV 160.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 158 162 157 0.02 0 0.03 0.36 108 0.03 0.63
Hex 9E A2 9D 2 0 3 24 6C 3 3F
Octal 236 242 235 2 0 3 44 154 3 77
Binary 10011110 10100010 10011101 10 0 11 100100 1101100 11 111111

Color Harmonies of #9EA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA29D

Black with #9EA29D

Text Example


Text Example

White with #9EA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA29D;
 }
 .AnyTagClassName
 {
   color: #9EA29D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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