Shades of Pewter #98A298
Tints of Pewter #98A298
RGB
CMYK
RGB Variations
Color information
#98A298 (or 0x98A298) is known color: Pewter. HEX triplet: 98, A2 and 98. RGB value is (152,162,152). Sum of RGB (Red+Green+Blue) = 152+162+152=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #98A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A298 is #675D67. Grayscale: #9D9D9D. Windows color (decimal): -6774120 or 10003096. OLE color: 10003096.
HSL color Cylindrical-coordinate representation of color #98A298: hue angle of 120º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A298 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 152 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.36 |
| HSL | 120º | 0.05% | 0.62% | - |
| HSV(B) | 120º | 0.06% | 0.64% | - |
| XYZ | 31.54 | 34.78 | 34.76 | - |
| YUV | 157.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 152 | 0.06 | 0 | 0.06 | 0.36 | 120 | 0.05 | 0.62 |
| Hex | 98 | A2 | 98 | 6 | 0 | 6 | 24 | 78 | 5 | 3E |
| Octal | 230 | 242 | 230 | 6 | 0 | 6 | 44 | 170 | 5 | 76 |
| Binary | 10011000 | 10100010 | 10011000 | 110 | 0 | 110 | 100100 | 1111000 | 101 | 111110 |
Color Harmonies of #98A298
Complementary color
Monochromatic Colors of #98A298
Black with #98A298
Text Example
Text Example
White with #98A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A298; }
p { color: rgb(152,162,152); }
H1.HeaderClassName
{
color: #98A298;
}
.AnyTagClassName
{
color: #98A298;
}
</style>
background-color css
<style>
a { background-color: #98A298; }
a { background-color: rgb(152,162,152); }
div.DivClassName
{
background-color: #98A298;
}
.BgClassName
{
background-color: #98A298;
}
</style>
border-color css
<style>
span { border-color: #98A298; }
span { border-color: rgb(152,162,152); }
td.TdClassName
{
border-color: #98A298;
}
.TagClassName
{
border-color: #98A298;
}
</style>