Shades of Pewter #8BA68A
Tints of Pewter #8BA68A
RGB
CMYK
RGB Variations
Color information
#8BA68A (or 0x8BA68A) is known color: Pewter. HEX triplet: 8B, A6 and 8A. RGB value is (139,166,138). Sum of RGB (Red+Green+Blue) = 139+166+138=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA68A is #745975. Grayscale: #9A9A9A. Windows color (decimal): -7625078 or 9086603. OLE color: 9086603.
HSL color Cylindrical-coordinate representation of color #8BA68A: hue angle of 117.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA68A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 138 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.35 |
| HSL | 117.86º | 0.14% | 0.6% | - |
| HSV(B) | 117.86º | 0.17% | 0.65% | - |
| XYZ | 28.87 | 34.6 | 29.2 | - |
| YUV | 154.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 138 | 0.16 | 0 | 0.17 | 0.35 | 117.86 | 0.14 | 0.6 |
| Hex | 8B | A6 | 8A | 10 | 0 | 11 | 23 | 76 | E | 3C |
| Octal | 213 | 246 | 212 | 20 | 0 | 21 | 43 | 166 | 16 | 74 |
| Binary | 10001011 | 10100110 | 10001010 | 10000 | 0 | 10001 | 100011 | 1110110 | 1110 | 111100 |
Color Harmonies of #8BA68A
Complementary color
Monochromatic Colors of #8BA68A
Black with #8BA68A
Text Example
Text Example
White with #8BA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA68A; }
p { color: rgb(139,166,138); }
H1.HeaderClassName
{
color: #8BA68A;
}
.AnyTagClassName
{
color: #8BA68A;
}
</style>
background-color css
<style>
a { background-color: #8BA68A; }
a { background-color: rgb(139,166,138); }
div.DivClassName
{
background-color: #8BA68A;
}
.BgClassName
{
background-color: #8BA68A;
}
</style>
border-color css
<style>
span { border-color: #8BA68A; }
span { border-color: rgb(139,166,138); }
td.TdClassName
{
border-color: #8BA68A;
}
.TagClassName
{
border-color: #8BA68A;
}
</style>