Shades of Pewter #8CA98C
Tints of Pewter #8CA98C
RGB
CMYK
RGB Variations
Color information
#8CA98C (or 0x8CA98C) is known color: Pewter. HEX triplet: 8C, A9 and 8C. RGB value is (140,169,140). Sum of RGB (Red+Green+Blue) = 140+169+140=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA98C is #735673. Grayscale: #9D9D9D. Windows color (decimal): -7558772 or 9218444. OLE color: 9218444.
HSL color Cylindrical-coordinate representation of color #8CA98C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA98C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 140 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.34 |
| HSL | 120º | 0.14% | 0.61% | - |
| HSV(B) | 120º | 0.17% | 0.66% | - |
| XYZ | 29.74 | 35.84 | 30.16 | - |
| YUV | 157.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 140 | 0.17 | 0 | 0.17 | 0.34 | 120 | 0.14 | 0.61 |
| Hex | 8C | A9 | 8C | 11 | 0 | 11 | 22 | 78 | E | 3D |
| Octal | 214 | 251 | 214 | 21 | 0 | 21 | 42 | 170 | 16 | 75 |
| Binary | 10001100 | 10101001 | 10001100 | 10001 | 0 | 10001 | 100010 | 1111000 | 1110 | 111101 |
Color Harmonies of #8CA98C
Complementary color
Monochromatic Colors of #8CA98C
Black with #8CA98C
Text Example
Text Example
White with #8CA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA98C; }
p { color: rgb(140,169,140); }
H1.HeaderClassName
{
color: #8CA98C;
}
.AnyTagClassName
{
color: #8CA98C;
}
</style>
background-color css
<style>
a { background-color: #8CA98C; }
a { background-color: rgb(140,169,140); }
div.DivClassName
{
background-color: #8CA98C;
}
.BgClassName
{
background-color: #8CA98C;
}
</style>
border-color css
<style>
span { border-color: #8CA98C; }
span { border-color: rgb(140,169,140); }
td.TdClassName
{
border-color: #8CA98C;
}
.TagClassName
{
border-color: #8CA98C;
}
</style>