Shades of Mantle #8CA286
Tints of Mantle #8CA286
RGB
CMYK
RGB Variations
Color information
#8CA286 (or 0x8CA286) is known color: Mantle. HEX triplet: 8C, A2 and 86. RGB value is (140,162,134). Sum of RGB (Red+Green+Blue) = 140+162+134=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA286 is #735D79. Grayscale: #989898. Windows color (decimal): -7560570 or 8823436. OLE color: 8823436.
HSL color Cylindrical-coordinate representation of color #8CA286: hue angle of 107.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA286 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 134 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.36 |
| HSL | 107.14º | 0.13% | 0.58% | - |
| HSV(B) | 107.14º | 0.17% | 0.64% | - |
| XYZ | 28.04 | 33.14 | 27.47 | - |
| YUV | 152.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 134 | 0.14 | 0 | 0.17 | 0.36 | 107.14 | 0.13 | 0.58 |
| Hex | 8C | A2 | 86 | E | 0 | 11 | 24 | 6B | D | 3A |
| Octal | 214 | 242 | 206 | 16 | 0 | 21 | 44 | 153 | 15 | 72 |
| Binary | 10001100 | 10100010 | 10000110 | 1110 | 0 | 10001 | 100100 | 1101011 | 1101 | 111010 |
Color Harmonies of #8CA286
Complementary color
Monochromatic Colors of #8CA286
Black with #8CA286
Text Example
Text Example
White with #8CA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA286; }
p { color: rgb(140,162,134); }
H1.HeaderClassName
{
color: #8CA286;
}
.AnyTagClassName
{
color: #8CA286;
}
</style>
background-color css
<style>
a { background-color: #8CA286; }
a { background-color: rgb(140,162,134); }
div.DivClassName
{
background-color: #8CA286;
}
.BgClassName
{
background-color: #8CA286;
}
</style>
border-color css
<style>
span { border-color: #8CA286; }
span { border-color: rgb(140,162,134); }
td.TdClassName
{
border-color: #8CA286;
}
.TagClassName
{
border-color: #8CA286;
}
</style>