Html Css Color HEX #9EA29C Mantle

📋 copy color: '#9EA29C'

red 158 ◦ green 162 ◦ blue 156

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

Shades of Mantle #9EA29C

Tints of Mantle #9EA29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 33.19%
G = 34.03%
B = 32.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#9EA29C (or 0x9EA29C) is known color: Mantle. HEX triplet: 9E, A2 and 9C. RGB value is (158,162,156). Sum of RGB (Red+Green+Blue) = 158+162+156=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA29C is #615D63. Grayscale: #A0A0A0. Windows color (decimal): -6380900 or 10265246. OLE color: 10265246.

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

Color convert

RGB 158 162 156 -
CMYK 0.02 0 0.04 0.36
HSL 100º 0.03% 0.62% -
HSV(B) 100º 0.04% 0.64% -
XYZ 33.02 35.51 36.57 -
YUV 160.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 158 162 156 0.02 0 0.04 0.36 100 0.03 0.62
Hex 9E A2 9C 2 0 4 24 64 3 3E
Octal 236 242 234 2 0 4 44 144 3 76
Binary 10011110 10100010 10011100 10 0 100 100100 1100100 11 111110

Color Harmonies of #9EA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA29C

Black with #9EA29C

Text Example


Text Example

White with #9EA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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