Shades of Pewter #92A492
Tints of Pewter #92A492
RGB
CMYK
RGB Variations
Color information
#92A492 (or 0x92A492) is known color: Pewter. HEX triplet: 92, A4 and 92. RGB value is (146,164,146). Sum of RGB (Red+Green+Blue) = 146+164+146=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #92A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A492 is #6D5B6D. Grayscale: #9C9C9C. Windows color (decimal): -7166830 or 9610386. OLE color: 9610386.
HSL color Cylindrical-coordinate representation of color #92A492: hue angle of 120º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A492 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 146 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.36 |
| HSL | 120º | 0.09% | 0.61% | - |
| HSV(B) | 120º | 0.11% | 0.64% | - |
| XYZ | 30.32 | 34.74 | 32.3 | - |
| YUV | 156.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 146 | 0.11 | 0 | 0.11 | 0.36 | 120 | 0.09 | 0.61 |
| Hex | 92 | A4 | 92 | B | 0 | B | 24 | 78 | 9 | 3D |
| Octal | 222 | 244 | 222 | 13 | 0 | 13 | 44 | 170 | 11 | 75 |
| Binary | 10010010 | 10100100 | 10010010 | 1011 | 0 | 1011 | 100100 | 1111000 | 1001 | 111101 |
Color Harmonies of #92A492
Complementary color
Monochromatic Colors of #92A492
Black with #92A492
Text Example
Text Example
White with #92A492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A492; }
p { color: rgb(146,164,146); }
H1.HeaderClassName
{
color: #92A492;
}
.AnyTagClassName
{
color: #92A492;
}
</style>
background-color css
<style>
a { background-color: #92A492; }
a { background-color: rgb(146,164,146); }
div.DivClassName
{
background-color: #92A492;
}
.BgClassName
{
background-color: #92A492;
}
</style>
border-color css
<style>
span { border-color: #92A492; }
span { border-color: rgb(146,164,146); }
td.TdClassName
{
border-color: #92A492;
}
.TagClassName
{
border-color: #92A492;
}
</style>