Shades of Pewter #8BA08B
Tints of Pewter #8BA08B
RGB
CMYK
RGB Variations
Color information
#8BA08B (or 0x8BA08B) is known color: Pewter. HEX triplet: 8B, A0 and 8B. RGB value is (139,160,139). Sum of RGB (Red+Green+Blue) = 139+160+139=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA08B is #745F74. Grayscale: #979797. Windows color (decimal): -7626613 or 9150603. OLE color: 9150603.
HSL color Cylindrical-coordinate representation of color #8BA08B: hue angle of 120º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8BA08B is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 139 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.37 |
| HSL | 120º | 0.1% | 0.59% | - |
| HSV(B) | 120º | 0.13% | 0.63% | - |
| XYZ | 27.88 | 32.49 | 29.23 | - |
| YUV | 151.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 139 | 0.13 | 0 | 0.13 | 0.37 | 120 | 0.1 | 0.59 |
| Hex | 8B | A0 | 8B | D | 0 | D | 25 | 78 | A | 3B |
| Octal | 213 | 240 | 213 | 15 | 0 | 15 | 45 | 170 | 12 | 73 |
| Binary | 10001011 | 10100000 | 10001011 | 1101 | 0 | 1101 | 100101 | 1111000 | 1010 | 111011 |
Color Harmonies of #8BA08B
Complementary color
Monochromatic Colors of #8BA08B
Black with #8BA08B
Text Example
Text Example
White with #8BA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA08B; }
p { color: rgb(139,160,139); }
H1.HeaderClassName
{
color: #8BA08B;
}
.AnyTagClassName
{
color: #8BA08B;
}
</style>
background-color css
<style>
a { background-color: #8BA08B; }
a { background-color: rgb(139,160,139); }
div.DivClassName
{
background-color: #8BA08B;
}
.BgClassName
{
background-color: #8BA08B;
}
</style>
border-color css
<style>
span { border-color: #8BA08B; }
span { border-color: rgb(139,160,139); }
td.TdClassName
{
border-color: #8BA08B;
}
.TagClassName
{
border-color: #8BA08B;
}
</style>