Shades of Mantle #8CA389
Tints of Mantle #8CA389
RGB
CMYK
RGB Variations
Color information
#8CA389 (or 0x8CA389) is known color: Mantle. HEX triplet: 8C, A3 and 89. RGB value is (140,163,137). Sum of RGB (Red+Green+Blue) = 140+163+137=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA389 is #735C76. Grayscale: #999999. Windows color (decimal): -7560311 or 9020300. OLE color: 9020300.
HSL color Cylindrical-coordinate representation of color #8CA389: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA389 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 137 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.36 |
| HSL | 113.08º | 0.12% | 0.59% | - |
| HSV(B) | 113.08º | 0.16% | 0.64% | - |
| XYZ | 28.43 | 33.58 | 28.65 | - |
| YUV | 153.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 137 | 0.14 | 0 | 0.16 | 0.36 | 113.08 | 0.12 | 0.59 |
| Hex | 8C | A3 | 89 | E | 0 | 10 | 24 | 71 | C | 3B |
| Octal | 214 | 243 | 211 | 16 | 0 | 20 | 44 | 161 | 14 | 73 |
| Binary | 10001100 | 10100011 | 10001001 | 1110 | 0 | 10000 | 100100 | 1110001 | 1100 | 111011 |
Color Harmonies of #8CA389
Complementary color
Monochromatic Colors of #8CA389
Black with #8CA389
Text Example
Text Example
White with #8CA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA389; }
p { color: rgb(140,163,137); }
H1.HeaderClassName
{
color: #8CA389;
}
.AnyTagClassName
{
color: #8CA389;
}
</style>
background-color css
<style>
a { background-color: #8CA389; }
a { background-color: rgb(140,163,137); }
div.DivClassName
{
background-color: #8CA389;
}
.BgClassName
{
background-color: #8CA389;
}
</style>
border-color css
<style>
span { border-color: #8CA389; }
span { border-color: rgb(140,163,137); }
td.TdClassName
{
border-color: #8CA389;
}
.TagClassName
{
border-color: #8CA389;
}
</style>