Shades of Pewter #89A188
Tints of Pewter #89A188
RGB
CMYK
RGB Variations
Color information
#89A188 (or 0x89A188) is known color: Pewter. HEX triplet: 89, A1 and 88. RGB value is (137,161,136). Sum of RGB (Red+Green+Blue) = 137+161+136=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #89A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A188 is #765E77. Grayscale: #979797. Windows color (decimal): -7757432 or 8954249. OLE color: 8954249.
HSL color Cylindrical-coordinate representation of color #89A188: hue angle of 117.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A188 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 136 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.37 |
| HSL | 117.6º | 0.12% | 0.58% | - |
| HSV(B) | 117.6º | 0.16% | 0.63% | - |
| XYZ | 27.51 | 32.59 | 28.13 | - |
| YUV | 150.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 136 | 0.15 | 0 | 0.16 | 0.37 | 117.6 | 0.12 | 0.58 |
| Hex | 89 | A1 | 88 | F | 0 | 10 | 25 | 76 | C | 3A |
| Octal | 211 | 241 | 210 | 17 | 0 | 20 | 45 | 166 | 14 | 72 |
| Binary | 10001001 | 10100001 | 10001000 | 1111 | 0 | 10000 | 100101 | 1110110 | 1100 | 111010 |
Color Harmonies of #89A188
Complementary color
Monochromatic Colors of #89A188
Black with #89A188
Text Example
Text Example
White with #89A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A188; }
p { color: rgb(137,161,136); }
H1.HeaderClassName
{
color: #89A188;
}
.AnyTagClassName
{
color: #89A188;
}
</style>
background-color css
<style>
a { background-color: #89A188; }
a { background-color: rgb(137,161,136); }
div.DivClassName
{
background-color: #89A188;
}
.BgClassName
{
background-color: #89A188;
}
</style>
border-color css
<style>
span { border-color: #89A188; }
span { border-color: rgb(137,161,136); }
td.TdClassName
{
border-color: #89A188;
}
.TagClassName
{
border-color: #89A188;
}
</style>