Shades of Pewter #8BA48B
Tints of Pewter #8BA48B
RGB
CMYK
RGB Variations
Color information
#8BA48B (or 0x8BA48B) is known color: Pewter. HEX triplet: 8B, A4 and 8B. RGB value is (139,164,139). Sum of RGB (Red+Green+Blue) = 139+164+139=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA48B is #745B74. Grayscale: #999999. Windows color (decimal): -7625589 or 9151627. OLE color: 9151627.
HSL color Cylindrical-coordinate representation of color #8BA48B: hue angle of 120º 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 #8BA48B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 139 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.36 |
| HSL | 120º | 0.12% | 0.59% | - |
| HSV(B) | 120º | 0.15% | 0.64% | - |
| XYZ | 28.58 | 33.9 | 29.46 | - |
| YUV | 153.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 139 | 0.15 | 0 | 0.15 | 0.36 | 120 | 0.12 | 0.59 |
| Hex | 8B | A4 | 8B | F | 0 | F | 24 | 78 | C | 3B |
| Octal | 213 | 244 | 213 | 17 | 0 | 17 | 44 | 170 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10001011 | 1111 | 0 | 1111 | 100100 | 1111000 | 1100 | 111011 |
Color Harmonies of #8BA48B
Complementary color
Monochromatic Colors of #8BA48B
Black with #8BA48B
Text Example
Text Example
White with #8BA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA48B; }
p { color: rgb(139,164,139); }
H1.HeaderClassName
{
color: #8BA48B;
}
.AnyTagClassName
{
color: #8BA48B;
}
</style>
background-color css
<style>
a { background-color: #8BA48B; }
a { background-color: rgb(139,164,139); }
div.DivClassName
{
background-color: #8BA48B;
}
.BgClassName
{
background-color: #8BA48B;
}
</style>
border-color css
<style>
span { border-color: #8BA48B; }
span { border-color: rgb(139,164,139); }
td.TdClassName
{
border-color: #8BA48B;
}
.TagClassName
{
border-color: #8BA48B;
}
</style>