Shades of Mantle #8CA486
Tints of Mantle #8CA486
RGB
CMYK
RGB Variations
Color information
#8CA486 (or 0x8CA486) is known color: Mantle. HEX triplet: 8C, A4 and 86. RGB value is (140,164,134). Sum of RGB (Red+Green+Blue) = 140+164+134=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA486 is #735B79. Grayscale: #999999. Windows color (decimal): -7560058 or 8823948. OLE color: 8823948.
HSL color Cylindrical-coordinate representation of color #8CA486: hue angle of 108º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA486 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 134 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.36 |
| HSL | 108º | 0.14% | 0.58% | - |
| HSV(B) | 108º | 0.18% | 0.64% | - |
| XYZ | 28.39 | 33.85 | 27.59 | - |
| YUV | 153.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 134 | 0.15 | 0 | 0.18 | 0.36 | 108 | 0.14 | 0.58 |
| Hex | 8C | A4 | 86 | F | 0 | 12 | 24 | 6C | E | 3A |
| Octal | 214 | 244 | 206 | 17 | 0 | 22 | 44 | 154 | 16 | 72 |
| Binary | 10001100 | 10100100 | 10000110 | 1111 | 0 | 10010 | 100100 | 1101100 | 1110 | 111010 |
Color Harmonies of #8CA486
Complementary color
Monochromatic Colors of #8CA486
Black with #8CA486
Text Example
Text Example
White with #8CA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA486; }
p { color: rgb(140,164,134); }
H1.HeaderClassName
{
color: #8CA486;
}
.AnyTagClassName
{
color: #8CA486;
}
</style>
background-color css
<style>
a { background-color: #8CA486; }
a { background-color: rgb(140,164,134); }
div.DivClassName
{
background-color: #8CA486;
}
.BgClassName
{
background-color: #8CA486;
}
</style>
border-color css
<style>
span { border-color: #8CA486; }
span { border-color: rgb(140,164,134); }
td.TdClassName
{
border-color: #8CA486;
}
.TagClassName
{
border-color: #8CA486;
}
</style>