Shades of Mantle #93A18C
Tints of Mantle #93A18C
RGB
CMYK
RGB Variations
Color information
#93A18C (or 0x93A18C) is known color: Mantle. HEX triplet: 93, A1 and 8C. RGB value is (147,161,140). Sum of RGB (Red+Green+Blue) = 147+161+140=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #93A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A18C is #6C5E73. Grayscale: #9A9A9A. Windows color (decimal): -7102068 or 9216403. OLE color: 9216403.
HSL color Cylindrical-coordinate representation of color #93A18C: hue angle of 100º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93A18C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 140 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.37 |
| HSL | 100º | 0.1% | 0.59% | - |
| HSV(B) | 100º | 0.13% | 0.63% | - |
| XYZ | 29.51 | 33.59 | 29.74 | - |
| YUV | 154.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 140 | 0.09 | 0 | 0.13 | 0.37 | 100 | 0.1 | 0.59 |
| Hex | 93 | A1 | 8C | 9 | 0 | D | 25 | 64 | A | 3B |
| Octal | 223 | 241 | 214 | 11 | 0 | 15 | 45 | 144 | 12 | 73 |
| Binary | 10010011 | 10100001 | 10001100 | 1001 | 0 | 1101 | 100101 | 1100100 | 1010 | 111011 |
Color Harmonies of #93A18C
Complementary color
Monochromatic Colors of #93A18C
Black with #93A18C
Text Example
Text Example
White with #93A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A18C; }
p { color: rgb(147,161,140); }
H1.HeaderClassName
{
color: #93A18C;
}
.AnyTagClassName
{
color: #93A18C;
}
</style>
background-color css
<style>
a { background-color: #93A18C; }
a { background-color: rgb(147,161,140); }
div.DivClassName
{
background-color: #93A18C;
}
.BgClassName
{
background-color: #93A18C;
}
</style>
border-color css
<style>
span { border-color: #93A18C; }
span { border-color: rgb(147,161,140); }
td.TdClassName
{
border-color: #93A18C;
}
.TagClassName
{
border-color: #93A18C;
}
</style>