Shades of Pewter #88A288
Tints of Pewter #88A288
RGB
CMYK
RGB Variations
Color information
#88A288 (or 0x88A288) is known color: Pewter. HEX triplet: 88, A2 and 88. RGB value is (136,162,136). Sum of RGB (Red+Green+Blue) = 136+162+136=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #88A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A288 is #775D77. Grayscale: #979797. Windows color (decimal): -7822712 or 8954504. OLE color: 8954504.
HSL color Cylindrical-coordinate representation of color #88A288: hue angle of 120º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A288 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 136 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.36 |
| HSL | 120º | 0.12% | 0.58% | - |
| HSV(B) | 120º | 0.16% | 0.64% | - |
| XYZ | 27.52 | 32.85 | 28.18 | - |
| YUV | 151.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 136 | 0.16 | 0 | 0.16 | 0.36 | 120 | 0.12 | 0.58 |
| Hex | 88 | A2 | 88 | 10 | 0 | 10 | 24 | 78 | C | 3A |
| Octal | 210 | 242 | 210 | 20 | 0 | 20 | 44 | 170 | 14 | 72 |
| Binary | 10001000 | 10100010 | 10001000 | 10000 | 0 | 10000 | 100100 | 1111000 | 1100 | 111010 |
Color Harmonies of #88A288
Complementary color
Monochromatic Colors of #88A288
Black with #88A288
Text Example
Text Example
White with #88A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A288; }
p { color: rgb(136,162,136); }
H1.HeaderClassName
{
color: #88A288;
}
.AnyTagClassName
{
color: #88A288;
}
</style>
background-color css
<style>
a { background-color: #88A288; }
a { background-color: rgb(136,162,136); }
div.DivClassName
{
background-color: #88A288;
}
.BgClassName
{
background-color: #88A288;
}
</style>
border-color css
<style>
span { border-color: #88A288; }
span { border-color: rgb(136,162,136); }
td.TdClassName
{
border-color: #88A288;
}
.TagClassName
{
border-color: #88A288;
}
</style>