Shades of Pewter #96AA96
Tints of Pewter #96AA96
RGB
CMYK
RGB Variations
Color information
#96AA96 (or 0x96AA96) is known color: Pewter. HEX triplet: 96, AA and 96. RGB value is (150,170,150). Sum of RGB (Red+Green+Blue) = 150+170+150=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA96 is #695569. Grayscale: #A1A1A1. Windows color (decimal): -6903146 or 9874070. OLE color: 9874070.
HSL color Cylindrical-coordinate representation of color #96AA96: hue angle of 120º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA96 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 150 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.33 |
| HSL | 120º | 0.11% | 0.63% | - |
| HSV(B) | 120º | 0.12% | 0.67% | - |
| XYZ | 32.46 | 37.44 | 34.37 | - |
| YUV | 161.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 150 | 0.12 | 0 | 0.12 | 0.33 | 120 | 0.11 | 0.63 |
| Hex | 96 | AA | 96 | C | 0 | C | 21 | 78 | B | 3F |
| Octal | 226 | 252 | 226 | 14 | 0 | 14 | 41 | 170 | 13 | 77 |
| Binary | 10010110 | 10101010 | 10010110 | 1100 | 0 | 1100 | 100001 | 1111000 | 1011 | 111111 |
Color Harmonies of #96AA96
Complementary color
Monochromatic Colors of #96AA96
Black with #96AA96
Text Example
Text Example
White with #96AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA96; }
p { color: rgb(150,170,150); }
H1.HeaderClassName
{
color: #96AA96;
}
.AnyTagClassName
{
color: #96AA96;
}
</style>
background-color css
<style>
a { background-color: #96AA96; }
a { background-color: rgb(150,170,150); }
div.DivClassName
{
background-color: #96AA96;
}
.BgClassName
{
background-color: #96AA96;
}
</style>
border-color css
<style>
span { border-color: #96AA96; }
span { border-color: rgb(150,170,150); }
td.TdClassName
{
border-color: #96AA96;
}
.TagClassName
{
border-color: #96AA96;
}
</style>