Shades of Pewter #9EA19E
Tints of Pewter #9EA19E
RGB
CMYK
RGB Variations
Color information
#9EA19E (or 0x9EA19E) is known color: 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
| RGB | 158 | 161 | 158 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.37 |
| HSL | 120º | 0.02% | 0.63% | - |
| HSV(B) | 120º | 0.02% | 0.63% | - |
| XYZ | 33.02 | 35.23 | 37.41 | - |
| YUV | 159.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 158 | 0.02 | 0 | 0.02 | 0.37 | 120 | 0.02 | 0.63 |
| Hex | 9E | A1 | 9E | 2 | 0 | 2 | 25 | 78 | 2 | 3F |
| Octal | 236 | 241 | 236 | 2 | 0 | 2 | 45 | 170 | 2 | 77 |
| Binary | 10011110 | 10100001 | 10011110 | 10 | 0 | 10 | 100101 | 1111000 | 10 | 111111 |
Color Harmonies of #9EA19E
Complementary color
Monochromatic Colors of #9EA19E
Black with #9EA19E
Text Example
Text Example
White with #9EA19E
Text Example
Text Example
HTML Codes & Css Web 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>