Shades of Pewter #89A988
Tints of Pewter #89A988
RGB
CMYK
RGB Variations
Color information
#89A988 (or 0x89A988) is known color: Pewter. HEX triplet: 89, A9 and 88. RGB value is (137,169,136). Sum of RGB (Red+Green+Blue) = 137+169+136=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #89A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A988 is #765677. Grayscale: #9B9B9B. Windows color (decimal): -7755384 or 8956297. OLE color: 8956297.
HSL color Cylindrical-coordinate representation of color #89A988: hue angle of 118.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89A988 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 136 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.34 |
| HSL | 118.18º | 0.16% | 0.6% | - |
| HSV(B) | 118.18º | 0.2% | 0.66% | - |
| XYZ | 28.95 | 35.47 | 28.61 | - |
| YUV | 155.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 136 | 0.19 | 0 | 0.20 | 0.34 | 118.18 | 0.16 | 0.6 |
| Hex | 89 | A9 | 88 | 13 | 0 | 14 | 22 | 76 | 10 | 3C |
| Octal | 211 | 251 | 210 | 23 | 0 | 24 | 42 | 166 | 20 | 74 |
| Binary | 10001001 | 10101001 | 10001000 | 10011 | 0 | 10100 | 100010 | 1110110 | 10000 | 111100 |
Color Harmonies of #89A988
Complementary color
Monochromatic Colors of #89A988
Black with #89A988
Text Example
Text Example
White with #89A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A988; }
p { color: rgb(137,169,136); }
H1.HeaderClassName
{
color: #89A988;
}
.AnyTagClassName
{
color: #89A988;
}
</style>
background-color css
<style>
a { background-color: #89A988; }
a { background-color: rgb(137,169,136); }
div.DivClassName
{
background-color: #89A988;
}
.BgClassName
{
background-color: #89A988;
}
</style>
border-color css
<style>
span { border-color: #89A988; }
span { border-color: rgb(137,169,136); }
td.TdClassName
{
border-color: #89A988;
}
.TagClassName
{
border-color: #89A988;
}
</style>