Shades of Pewter #8BA18B
Tints of Pewter #8BA18B
RGB
CMYK
RGB Variations
Color information
#8BA18B (or 0x8BA18B) is known color: Pewter. HEX triplet: 8B, A1 and 8B. RGB value is (139,161,139). Sum of RGB (Red+Green+Blue) = 139+161+139=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA18B is #745E74. Grayscale: #979797. Windows color (decimal): -7626357 or 9150859. OLE color: 9150859.
HSL color Cylindrical-coordinate representation of color #8BA18B: 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.14%. Process color model (Four color, CMYK) of #8BA18B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 139 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.37 |
| HSL | 120º | 0.1% | 0.59% | - |
| HSV(B) | 120º | 0.14% | 0.63% | - |
| XYZ | 28.05 | 32.84 | 29.29 | - |
| YUV | 151.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 139 | 0.14 | 0 | 0.14 | 0.37 | 120 | 0.1 | 0.59 |
| Hex | 8B | A1 | 8B | E | 0 | E | 25 | 78 | A | 3B |
| Octal | 213 | 241 | 213 | 16 | 0 | 16 | 45 | 170 | 12 | 73 |
| Binary | 10001011 | 10100001 | 10001011 | 1110 | 0 | 1110 | 100101 | 1111000 | 1010 | 111011 |
Color Harmonies of #8BA18B
Complementary color
Monochromatic Colors of #8BA18B
Black with #8BA18B
Text Example
Text Example
White with #8BA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA18B; }
p { color: rgb(139,161,139); }
H1.HeaderClassName
{
color: #8BA18B;
}
.AnyTagClassName
{
color: #8BA18B;
}
</style>
background-color css
<style>
a { background-color: #8BA18B; }
a { background-color: rgb(139,161,139); }
div.DivClassName
{
background-color: #8BA18B;
}
.BgClassName
{
background-color: #8BA18B;
}
</style>
border-color css
<style>
span { border-color: #8BA18B; }
span { border-color: rgb(139,161,139); }
td.TdClassName
{
border-color: #8BA18B;
}
.TagClassName
{
border-color: #8BA18B;
}
</style>