#9EA19E

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

Shades of Pewter #9EA19E

Tints of Pewter #9EA19E

Color information

#9EA19E (or 0x9EA19E) is unknown color: approx Pewter. HEX triplet: 9E, A1 and 9E. RGB value is (158,161,158). Sum of RGB (Red+Green+Blue) = 158+161+158=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19E is #615E61. Grayscale: #9F9F9F. Windows color (decimal): -6381154 or 10396062. OLE color: 10396062.

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

Color convert

RGB158161158-
CMYK0.0200.020.37
HSL120º1.57%62.55%-
HSV(B)120º1.86%63.14%-
XYZ33.0235.2337.41-
YUV159.76127.01126.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=33.12%
G=33.75%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611580.0200.020.371201.5762.55
Hex9EA19E202257823f
Octal23624123620245170277
Binary10011110101000011001111010010100101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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