Shades of Pewter #8CA28B
Tints of Pewter #8CA28B
RGB
CMYK
RGB Variations
Color information
#8CA28B (or 0x8CA28B) is known color: Pewter. HEX triplet: 8C, A2 and 8B. RGB value is (140,162,139). Sum of RGB (Red+Green+Blue) = 140+162+139=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA28B is #735D74. Grayscale: #989898. Windows color (decimal): -7560565 or 9151116. OLE color: 9151116.
HSL color Cylindrical-coordinate representation of color #8CA28B: hue angle of 117.39º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA28B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 139 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.36 |
| HSL | 117.39º | 0.11% | 0.59% | - |
| HSV(B) | 117.39º | 0.14% | 0.64% | - |
| XYZ | 28.4 | 33.28 | 29.35 | - |
| YUV | 152.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 139 | 0.14 | 0 | 0.14 | 0.36 | 117.39 | 0.11 | 0.59 |
| Hex | 8C | A2 | 8B | E | 0 | E | 24 | 75 | B | 3B |
| Octal | 214 | 242 | 213 | 16 | 0 | 16 | 44 | 165 | 13 | 73 |
| Binary | 10001100 | 10100010 | 10001011 | 1110 | 0 | 1110 | 100100 | 1110101 | 1011 | 111011 |
Color Harmonies of #8CA28B
Complementary color
Monochromatic Colors of #8CA28B
Black with #8CA28B
Text Example
Text Example
White with #8CA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA28B; }
p { color: rgb(140,162,139); }
H1.HeaderClassName
{
color: #8CA28B;
}
.AnyTagClassName
{
color: #8CA28B;
}
</style>
background-color css
<style>
a { background-color: #8CA28B; }
a { background-color: rgb(140,162,139); }
div.DivClassName
{
background-color: #8CA28B;
}
.BgClassName
{
background-color: #8CA28B;
}
</style>
border-color css
<style>
span { border-color: #8CA28B; }
span { border-color: rgb(140,162,139); }
td.TdClassName
{
border-color: #8CA28B;
}
.TagClassName
{
border-color: #8CA28B;
}
</style>