Shades of Pewter #93AB93
Tints of Pewter #93AB93
RGB
CMYK
RGB Variations
Color information
#93AB93 (or 0x93AB93) is known color: Pewter. HEX triplet: 93, AB and 93. RGB value is (147,171,147). Sum of RGB (Red+Green+Blue) = 147+171+147=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB93 is #6C546C. Grayscale: #A1A1A1. Windows color (decimal): -7099501 or 9677715. OLE color: 9677715.
HSL color Cylindrical-coordinate representation of color #93AB93: hue angle of 120º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AB93 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 147 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.33 |
| HSL | 120º | 0.13% | 0.62% | - |
| HSV(B) | 120º | 0.14% | 0.67% | - |
| XYZ | 31.86 | 37.44 | 33.15 | - |
| YUV | 161.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 147 | 0.14 | 0 | 0.14 | 0.33 | 120 | 0.13 | 0.62 |
| Hex | 93 | AB | 93 | E | 0 | E | 21 | 78 | C | 3E |
| Octal | 223 | 253 | 223 | 16 | 0 | 16 | 41 | 170 | 14 | 76 |
| Binary | 10010011 | 10101011 | 10010011 | 1110 | 0 | 1110 | 100001 | 1111000 | 1100 | 111110 |
Color Harmonies of #93AB93
Complementary color
Monochromatic Colors of #93AB93
Black with #93AB93
Text Example
Text Example
White with #93AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB93; }
p { color: rgb(147,171,147); }
H1.HeaderClassName
{
color: #93AB93;
}
.AnyTagClassName
{
color: #93AB93;
}
</style>
background-color css
<style>
a { background-color: #93AB93; }
a { background-color: rgb(147,171,147); }
div.DivClassName
{
background-color: #93AB93;
}
.BgClassName
{
background-color: #93AB93;
}
</style>
border-color css
<style>
span { border-color: #93AB93; }
span { border-color: rgb(147,171,147); }
td.TdClassName
{
border-color: #93AB93;
}
.TagClassName
{
border-color: #93AB93;
}
</style>