Shades of Pewter #8BA48C
Tints of Pewter #8BA48C
RGB
CMYK
RGB Variations
Color information
#8BA48C (or 0x8BA48C) is known color: Pewter. HEX triplet: 8B, A4 and 8C. RGB value is (139,164,140). Sum of RGB (Red+Green+Blue) = 139+164+140=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA48C is #745B73. Grayscale: #999999. Windows color (decimal): -7625588 or 9217163. OLE color: 9217163.
HSL color Cylindrical-coordinate representation of color #8BA48C: hue angle of 122.4º 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 #8BA48C is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 140 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.36 |
| HSL | 122.4º | 0.12% | 0.59% | - |
| HSV(B) | 122.4º | 0.15% | 0.64% | - |
| XYZ | 28.66 | 33.93 | 29.85 | - |
| YUV | 153.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 140 | 0.15 | 0 | 0.15 | 0.36 | 122.4 | 0.12 | 0.59 |
| Hex | 8B | A4 | 8C | F | 0 | F | 24 | 7A | C | 3B |
| Octal | 213 | 244 | 214 | 17 | 0 | 17 | 44 | 172 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10001100 | 1111 | 0 | 1111 | 100100 | 1111010 | 1100 | 111011 |
Color Harmonies of #8BA48C
Complementary color
Monochromatic Colors of #8BA48C
Black with #8BA48C
Text Example
Text Example
White with #8BA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA48C; }
p { color: rgb(139,164,140); }
H1.HeaderClassName
{
color: #8BA48C;
}
.AnyTagClassName
{
color: #8BA48C;
}
</style>
background-color css
<style>
a { background-color: #8BA48C; }
a { background-color: rgb(139,164,140); }
div.DivClassName
{
background-color: #8BA48C;
}
.BgClassName
{
background-color: #8BA48C;
}
</style>
border-color css
<style>
span { border-color: #8BA48C; }
span { border-color: rgb(139,164,140); }
td.TdClassName
{
border-color: #8BA48C;
}
.TagClassName
{
border-color: #8BA48C;
}
</style>