Shades of Pewter #8CA38D
Tints of Pewter #8CA38D
RGB
CMYK
RGB Variations
Color information
#8CA38D (or 0x8CA38D) is known color: Pewter. HEX triplet: 8C, A3 and 8D. RGB value is (140,163,141). Sum of RGB (Red+Green+Blue) = 140+163+141=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA38D is #735C72. Grayscale: #999999. Windows color (decimal): -7560307 or 9282444. OLE color: 9282444.
HSL color Cylindrical-coordinate representation of color #8CA38D: hue angle of 122.61º 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 #8CA38D is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 141 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.36 |
| HSL | 122.61º | 0.11% | 0.59% | - |
| HSV(B) | 122.61º | 0.14% | 0.64% | - |
| XYZ | 28.72 | 33.69 | 30.19 | - |
| YUV | 153.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 141 | 0.14 | 0 | 0.13 | 0.36 | 122.61 | 0.11 | 0.59 |
| Hex | 8C | A3 | 8D | E | 0 | D | 24 | 7B | B | 3B |
| Octal | 214 | 243 | 215 | 16 | 0 | 15 | 44 | 173 | 13 | 73 |
| Binary | 10001100 | 10100011 | 10001101 | 1110 | 0 | 1101 | 100100 | 1111011 | 1011 | 111011 |
Color Harmonies of #8CA38D
Complementary color
Monochromatic Colors of #8CA38D
Black with #8CA38D
Text Example
Text Example
White with #8CA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA38D; }
p { color: rgb(140,163,141); }
H1.HeaderClassName
{
color: #8CA38D;
}
.AnyTagClassName
{
color: #8CA38D;
}
</style>
background-color css
<style>
a { background-color: #8CA38D; }
a { background-color: rgb(140,163,141); }
div.DivClassName
{
background-color: #8CA38D;
}
.BgClassName
{
background-color: #8CA38D;
}
</style>
border-color css
<style>
span { border-color: #8CA38D; }
span { border-color: rgb(140,163,141); }
td.TdClassName
{
border-color: #8CA38D;
}
.TagClassName
{
border-color: #8CA38D;
}
</style>