Shades of Pewter #89A289
Tints of Pewter #89A289
RGB
CMYK
RGB Variations
Color information
#89A289 (or 0x89A289) is known color: Pewter. HEX triplet: 89, A2 and 89. RGB value is (137,162,137). Sum of RGB (Red+Green+Blue) = 137+162+137=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #89A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A289 is #765D76. Grayscale: #979797. Windows color (decimal): -7757175 or 9020041. OLE color: 9020041.
HSL color Cylindrical-coordinate representation of color #89A289: hue angle of 120º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A289 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 137 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.36 |
| HSL | 120º | 0.12% | 0.59% | - |
| HSV(B) | 120º | 0.15% | 0.64% | - |
| XYZ | 27.75 | 32.97 | 28.57 | - |
| YUV | 151.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 137 | 0.15 | 0 | 0.15 | 0.36 | 120 | 0.12 | 0.59 |
| Hex | 89 | A2 | 89 | F | 0 | F | 24 | 78 | C | 3B |
| Octal | 211 | 242 | 211 | 17 | 0 | 17 | 44 | 170 | 14 | 73 |
| Binary | 10001001 | 10100010 | 10001001 | 1111 | 0 | 1111 | 100100 | 1111000 | 1100 | 111011 |
Color Harmonies of #89A289
Complementary color
Monochromatic Colors of #89A289
Black with #89A289
Text Example
Text Example
White with #89A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A289; }
p { color: rgb(137,162,137); }
H1.HeaderClassName
{
color: #89A289;
}
.AnyTagClassName
{
color: #89A289;
}
</style>
background-color css
<style>
a { background-color: #89A289; }
a { background-color: rgb(137,162,137); }
div.DivClassName
{
background-color: #89A289;
}
.BgClassName
{
background-color: #89A289;
}
</style>
border-color css
<style>
span { border-color: #89A289; }
span { border-color: rgb(137,162,137); }
td.TdClassName
{
border-color: #89A289;
}
.TagClassName
{
border-color: #89A289;
}
</style>