Shades of Mantle #93A98B
Tints of Mantle #93A98B
RGB
CMYK
RGB Variations
Color information
#93A98B (or 0x93A98B) is known color: Mantle. HEX triplet: 93, A9 and 8B. RGB value is (147,169,139). Sum of RGB (Red+Green+Blue) = 147+169+139=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #93A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A98B is #6C5674. Grayscale: #9F9F9F. Windows color (decimal): -7100021 or 9152915. OLE color: 9152915.
HSL color Cylindrical-coordinate representation of color #93A98B: hue angle of 104º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A98B is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 139 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.34 |
| HSL | 104º | 0.15% | 0.6% | - |
| HSV(B) | 104º | 0.18% | 0.66% | - |
| XYZ | 30.88 | 36.44 | 29.83 | - |
| YUV | 159 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 139 | 0.13 | 0 | 0.18 | 0.34 | 104 | 0.15 | 0.6 |
| Hex | 93 | A9 | 8B | D | 0 | 12 | 22 | 68 | F | 3C |
| Octal | 223 | 251 | 213 | 15 | 0 | 22 | 42 | 150 | 17 | 74 |
| Binary | 10010011 | 10101001 | 10001011 | 1101 | 0 | 10010 | 100010 | 1101000 | 1111 | 111100 |
Color Harmonies of #93A98B
Complementary color
Monochromatic Colors of #93A98B
Black with #93A98B
Text Example
Text Example
White with #93A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A98B; }
p { color: rgb(147,169,139); }
H1.HeaderClassName
{
color: #93A98B;
}
.AnyTagClassName
{
color: #93A98B;
}
</style>
background-color css
<style>
a { background-color: #93A98B; }
a { background-color: rgb(147,169,139); }
div.DivClassName
{
background-color: #93A98B;
}
.BgClassName
{
background-color: #93A98B;
}
</style>
border-color css
<style>
span { border-color: #93A98B; }
span { border-color: rgb(147,169,139); }
td.TdClassName
{
border-color: #93A98B;
}
.TagClassName
{
border-color: #93A98B;
}
</style>