Shades of Mantle #93A692
Tints of Mantle #93A692
RGB
CMYK
RGB Variations
Color information
#93A692 (or 0x93A692) is known color: Mantle. HEX triplet: 93, A6 and 92. RGB value is (147,166,146). Sum of RGB (Red+Green+Blue) = 147+166+146=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #93A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A692 is #6C596D. Grayscale: #9E9E9E. Windows color (decimal): -7100782 or 9610899. OLE color: 9610899.
HSL color Cylindrical-coordinate representation of color #93A692: hue angle of 117º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A692 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 146 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.35 |
| HSL | 117º | 0.1% | 0.61% | - |
| HSV(B) | 117º | 0.12% | 0.65% | - |
| XYZ | 30.86 | 35.55 | 32.43 | - |
| YUV | 158.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 146 | 0.11 | 0 | 0.12 | 0.35 | 117 | 0.1 | 0.61 |
| Hex | 93 | A6 | 92 | B | 0 | C | 23 | 75 | A | 3D |
| Octal | 223 | 246 | 222 | 13 | 0 | 14 | 43 | 165 | 12 | 75 |
| Binary | 10010011 | 10100110 | 10010010 | 1011 | 0 | 1100 | 100011 | 1110101 | 1010 | 111101 |
Color Harmonies of #93A692
Complementary color
Monochromatic Colors of #93A692
Black with #93A692
Text Example
Text Example
White with #93A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A692; }
p { color: rgb(147,166,146); }
H1.HeaderClassName
{
color: #93A692;
}
.AnyTagClassName
{
color: #93A692;
}
</style>
background-color css
<style>
a { background-color: #93A692; }
a { background-color: rgb(147,166,146); }
div.DivClassName
{
background-color: #93A692;
}
.BgClassName
{
background-color: #93A692;
}
</style>
border-color css
<style>
span { border-color: #93A692; }
span { border-color: rgb(147,166,146); }
td.TdClassName
{
border-color: #93A692;
}
.TagClassName
{
border-color: #93A692;
}
</style>