Shades of Mantle #93A18A
Tints of Mantle #93A18A
RGB
CMYK
RGB Variations
Color information
#93A18A (or 0x93A18A) is known color: Mantle. HEX triplet: 93, A1 and 8A. RGB value is (147,161,138). Sum of RGB (Red+Green+Blue) = 147+161+138=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #93A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A18A is #6C5E75. Grayscale: #9A9A9A. Windows color (decimal): -7102070 or 9085331. OLE color: 9085331.
HSL color Cylindrical-coordinate representation of color #93A18A: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A18A is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 138 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.37 |
| HSL | 96.52º | 0.11% | 0.59% | - |
| HSV(B) | 96.52º | 0.14% | 0.63% | - |
| XYZ | 29.36 | 33.53 | 28.97 | - |
| YUV | 154.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 138 | 0.09 | 0 | 0.14 | 0.37 | 96.52 | 0.11 | 0.59 |
| Hex | 93 | A1 | 8A | 9 | 0 | E | 25 | 61 | B | 3B |
| Octal | 223 | 241 | 212 | 11 | 0 | 16 | 45 | 141 | 13 | 73 |
| Binary | 10010011 | 10100001 | 10001010 | 1001 | 0 | 1110 | 100101 | 1100001 | 1011 | 111011 |
Color Harmonies of #93A18A
Complementary color
Monochromatic Colors of #93A18A
Black with #93A18A
Text Example
Text Example
White with #93A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A18A; }
p { color: rgb(147,161,138); }
H1.HeaderClassName
{
color: #93A18A;
}
.AnyTagClassName
{
color: #93A18A;
}
</style>
background-color css
<style>
a { background-color: #93A18A; }
a { background-color: rgb(147,161,138); }
div.DivClassName
{
background-color: #93A18A;
}
.BgClassName
{
background-color: #93A18A;
}
</style>
border-color css
<style>
span { border-color: #93A18A; }
span { border-color: rgb(147,161,138); }
td.TdClassName
{
border-color: #93A18A;
}
.TagClassName
{
border-color: #93A18A;
}
</style>