Shades of Pewter #93AC93
Tints of Pewter #93AC93
RGB
CMYK
RGB Variations
Color information
#93AC93 (or 0x93AC93) is known color: Pewter. HEX triplet: 93, AC and 93. RGB value is (147,172,147). Sum of RGB (Red+Green+Blue) = 147+172+147=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC93 is #6C536C. Grayscale: #A1A1A1. Windows color (decimal): -7099245 or 9677971. OLE color: 9677971.
HSL color Cylindrical-coordinate representation of color #93AC93: hue angle of 120º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93AC93 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 147 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.33 |
| HSL | 120º | 0.13% | 0.63% | - |
| HSV(B) | 120º | 0.15% | 0.67% | - |
| XYZ | 32.05 | 37.81 | 33.21 | - |
| YUV | 161.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 147 | 0.15 | 0 | 0.15 | 0.33 | 120 | 0.13 | 0.63 |
| Hex | 93 | AC | 93 | F | 0 | F | 21 | 78 | D | 3F |
| Octal | 223 | 254 | 223 | 17 | 0 | 17 | 41 | 170 | 15 | 77 |
| Binary | 10010011 | 10101100 | 10010011 | 1111 | 0 | 1111 | 100001 | 1111000 | 1101 | 111111 |
Color Harmonies of #93AC93
Complementary color
Monochromatic Colors of #93AC93
Black with #93AC93
Text Example
Text Example
White with #93AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC93; }
p { color: rgb(147,172,147); }
H1.HeaderClassName
{
color: #93AC93;
}
.AnyTagClassName
{
color: #93AC93;
}
</style>
background-color css
<style>
a { background-color: #93AC93; }
a { background-color: rgb(147,172,147); }
div.DivClassName
{
background-color: #93AC93;
}
.BgClassName
{
background-color: #93AC93;
}
</style>
border-color css
<style>
span { border-color: #93AC93; }
span { border-color: rgb(147,172,147); }
td.TdClassName
{
border-color: #93AC93;
}
.TagClassName
{
border-color: #93AC93;
}
</style>