Html Css Color HEX #9EA39E Pewter

📋 copy color: '#9EA39E'

red 158 ◦ green 163 ◦ blue 158

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

Shades of Pewter #9EA39E

Tints of Pewter #9EA39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 158 (62.11% from 255) = 32.99%

R = 32.99%
G = 34.03%
B = 32.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#9EA39E (or 0x9EA39E) is known color: Pewter. HEX triplet: 9E, A3 and 9E. RGB value is (158,163,158). Sum of RGB (Red+Green+Blue) = 158+163+158=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA39E is #615C61. Grayscale: #A0A0A0. Windows color (decimal): -6380642 or 10396574. OLE color: 10396574.

HSL color Cylindrical-coordinate representation of color #9EA39E: hue angle of 120º 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 #9EA39E is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 158 -
CMYK 0.03 0 0.03 0.36
HSL 120º 0.03% 0.63% -
HSV(B) 120º 0.03% 0.64% -
XYZ 33.37 35.93 37.52 -
YUV 160.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 158 163 158 0.03 0 0.03 0.36 120 0.03 0.63
Hex 9E A3 9E 3 0 3 24 78 3 3F
Octal 236 243 236 3 0 3 44 170 3 77
Binary 10011110 10100011 10011110 11 0 11 100100 1111000 11 111111

Color Harmonies of #9EA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA39E

Black with #9EA39E

Text Example


Text Example

White with #9EA39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,158); }

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

background-color css

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

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

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

border-color css

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

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

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