Shades of Pewter #8BA38B
Tints of Pewter #8BA38B
RGB
CMYK
RGB Variations
Color information
#8BA38B (or 0x8BA38B) is known color: Pewter. HEX triplet: 8B, A3 and 8B. RGB value is (139,163,139). Sum of RGB (Red+Green+Blue) = 139+163+139=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA38B is #745C74. Grayscale: #999999. Windows color (decimal): -7625845 or 9151371. OLE color: 9151371.
HSL color Cylindrical-coordinate representation of color #8BA38B: 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 #8BA38B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 139 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.36 |
| HSL | 120º | 0.12% | 0.59% | - |
| HSV(B) | 120º | 0.15% | 0.64% | - |
| XYZ | 28.4 | 33.55 | 29.4 | - |
| YUV | 153.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 139 | 0.15 | 0 | 0.15 | 0.36 | 120 | 0.12 | 0.59 |
| Hex | 8B | A3 | 8B | F | 0 | F | 24 | 78 | C | 3B |
| Octal | 213 | 243 | 213 | 17 | 0 | 17 | 44 | 170 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10001011 | 1111 | 0 | 1111 | 100100 | 1111000 | 1100 | 111011 |
Color Harmonies of #8BA38B
Complementary color
Monochromatic Colors of #8BA38B
Black with #8BA38B
Text Example
Text Example
White with #8BA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA38B; }
p { color: rgb(139,163,139); }
H1.HeaderClassName
{
color: #8BA38B;
}
.AnyTagClassName
{
color: #8BA38B;
}
</style>
background-color css
<style>
a { background-color: #8BA38B; }
a { background-color: rgb(139,163,139); }
div.DivClassName
{
background-color: #8BA38B;
}
.BgClassName
{
background-color: #8BA38B;
}
</style>
border-color css
<style>
span { border-color: #8BA38B; }
span { border-color: rgb(139,163,139); }
td.TdClassName
{
border-color: #8BA38B;
}
.TagClassName
{
border-color: #8BA38B;
}
</style>