Shades of Pewter #96A296
Tints of Pewter #96A296
RGB
CMYK
RGB Variations
Color information
#96A296 (or 0x96A296) is known color: Pewter. HEX triplet: 96, A2 and 96. RGB value is (150,162,150). Sum of RGB (Red+Green+Blue) = 150+162+150=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #96A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A296 is #695D69. Grayscale: #9D9D9D. Windows color (decimal): -6905194 or 9872022. OLE color: 9872022.
HSL color Cylindrical-coordinate representation of color #96A296: hue angle of 120º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96A296 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 150 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.36 |
| HSL | 120º | 0.06% | 0.61% | - |
| HSV(B) | 120º | 0.07% | 0.64% | - |
| XYZ | 31 | 34.53 | 33.88 | - |
| YUV | 157.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 150 | 0.07 | 0 | 0.07 | 0.36 | 120 | 0.06 | 0.61 |
| Hex | 96 | A2 | 96 | 7 | 0 | 7 | 24 | 78 | 6 | 3D |
| Octal | 226 | 242 | 226 | 7 | 0 | 7 | 44 | 170 | 6 | 75 |
| Binary | 10010110 | 10100010 | 10010110 | 111 | 0 | 111 | 100100 | 1111000 | 110 | 111101 |
Color Harmonies of #96A296
Complementary color
Monochromatic Colors of #96A296
Black with #96A296
Text Example
Text Example
White with #96A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A296; }
p { color: rgb(150,162,150); }
H1.HeaderClassName
{
color: #96A296;
}
.AnyTagClassName
{
color: #96A296;
}
</style>
background-color css
<style>
a { background-color: #96A296; }
a { background-color: rgb(150,162,150); }
div.DivClassName
{
background-color: #96A296;
}
.BgClassName
{
background-color: #96A296;
}
</style>
border-color css
<style>
span { border-color: #96A296; }
span { border-color: rgb(150,162,150); }
td.TdClassName
{
border-color: #96A296;
}
.TagClassName
{
border-color: #96A296;
}
</style>