Shades of Pewter #90AB90
Tints of Pewter #90AB90
RGB
CMYK
RGB Variations
Color information
#90AB90 (or 0x90AB90) is known color: Pewter. HEX triplet: 90, AB and 90. RGB value is (144,171,144). Sum of RGB (Red+Green+Blue) = 144+171+144=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB90 is #6F546F. Grayscale: #9F9F9F. Windows color (decimal): -7296112 or 9481104. OLE color: 9481104.
HSL color Cylindrical-coordinate representation of color #90AB90: hue angle of 120º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AB90 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 144 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.33 |
| HSL | 120º | 0.14% | 0.62% | - |
| HSV(B) | 120º | 0.16% | 0.67% | - |
| XYZ | 31.1 | 37.07 | 31.9 | - |
| YUV | 159.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 144 | 0.16 | 0 | 0.16 | 0.33 | 120 | 0.14 | 0.62 |
| Hex | 90 | AB | 90 | 10 | 0 | 10 | 21 | 78 | E | 3E |
| Octal | 220 | 253 | 220 | 20 | 0 | 20 | 41 | 170 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10010000 | 10000 | 0 | 10000 | 100001 | 1111000 | 1110 | 111110 |
Color Harmonies of #90AB90
Complementary color
Monochromatic Colors of #90AB90
Black with #90AB90
Text Example
Text Example
White with #90AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB90; }
p { color: rgb(144,171,144); }
H1.HeaderClassName
{
color: #90AB90;
}
.AnyTagClassName
{
color: #90AB90;
}
</style>
background-color css
<style>
a { background-color: #90AB90; }
a { background-color: rgb(144,171,144); }
div.DivClassName
{
background-color: #90AB90;
}
.BgClassName
{
background-color: #90AB90;
}
</style>
border-color css
<style>
span { border-color: #90AB90; }
span { border-color: rgb(144,171,144); }
td.TdClassName
{
border-color: #90AB90;
}
.TagClassName
{
border-color: #90AB90;
}
</style>