Shades of Mantle #93A98C
Tints of Mantle #93A98C
RGB
CMYK
RGB Variations
Color information
#93A98C (or 0x93A98C) is known color: Mantle. HEX triplet: 93, A9 and 8C. RGB value is (147,169,140). Sum of RGB (Red+Green+Blue) = 147+169+140=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #93A98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A98C is #6C5673. Grayscale: #9F9F9F. Windows color (decimal): -7100020 or 9218451. OLE color: 9218451.
HSL color Cylindrical-coordinate representation of color #93A98C: hue angle of 105.52º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93A98C is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 140 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.34 |
| HSL | 105.52º | 0.14% | 0.61% | - |
| HSV(B) | 105.52º | 0.17% | 0.66% | - |
| XYZ | 30.95 | 36.47 | 30.22 | - |
| YUV | 159.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 140 | 0.13 | 0 | 0.17 | 0.34 | 105.52 | 0.14 | 0.61 |
| Hex | 93 | A9 | 8C | D | 0 | 11 | 22 | 6A | E | 3D |
| Octal | 223 | 251 | 214 | 15 | 0 | 21 | 42 | 152 | 16 | 75 |
| Binary | 10010011 | 10101001 | 10001100 | 1101 | 0 | 10001 | 100010 | 1101010 | 1110 | 111101 |
Color Harmonies of #93A98C
Complementary color
Monochromatic Colors of #93A98C
Black with #93A98C
Text Example
Text Example
White with #93A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A98C; }
p { color: rgb(147,169,140); }
H1.HeaderClassName
{
color: #93A98C;
}
.AnyTagClassName
{
color: #93A98C;
}
</style>
background-color css
<style>
a { background-color: #93A98C; }
a { background-color: rgb(147,169,140); }
div.DivClassName
{
background-color: #93A98C;
}
.BgClassName
{
background-color: #93A98C;
}
</style>
border-color css
<style>
span { border-color: #93A98C; }
span { border-color: rgb(147,169,140); }
td.TdClassName
{
border-color: #93A98C;
}
.TagClassName
{
border-color: #93A98C;
}
</style>