Shades of Mantle #93A38B
Tints of Mantle #93A38B
RGB
CMYK
RGB Variations
Color information
#93A38B (or 0x93A38B) is known color: Mantle. HEX triplet: 93, A3 and 8B. RGB value is (147,163,139). Sum of RGB (Red+Green+Blue) = 147+163+139=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #93A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A38B is #6C5C74. Grayscale: #9B9B9B. Windows color (decimal): -7101557 or 9151379. OLE color: 9151379.
HSL color Cylindrical-coordinate representation of color #93A38B: hue angle of 100º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A38B is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 139 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.36 |
| HSL | 100º | 0.12% | 0.59% | - |
| HSV(B) | 100º | 0.15% | 0.64% | - |
| XYZ | 29.79 | 34.26 | 29.47 | - |
| YUV | 155.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 139 | 0.10 | 0 | 0.15 | 0.36 | 100 | 0.12 | 0.59 |
| Hex | 93 | A3 | 8B | A | 0 | F | 24 | 64 | C | 3B |
| Octal | 223 | 243 | 213 | 12 | 0 | 17 | 44 | 144 | 14 | 73 |
| Binary | 10010011 | 10100011 | 10001011 | 1010 | 0 | 1111 | 100100 | 1100100 | 1100 | 111011 |
Color Harmonies of #93A38B
Complementary color
Monochromatic Colors of #93A38B
Black with #93A38B
Text Example
Text Example
White with #93A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A38B; }
p { color: rgb(147,163,139); }
H1.HeaderClassName
{
color: #93A38B;
}
.AnyTagClassName
{
color: #93A38B;
}
</style>
background-color css
<style>
a { background-color: #93A38B; }
a { background-color: rgb(147,163,139); }
div.DivClassName
{
background-color: #93A38B;
}
.BgClassName
{
background-color: #93A38B;
}
</style>
border-color css
<style>
span { border-color: #93A38B; }
span { border-color: rgb(147,163,139); }
td.TdClassName
{
border-color: #93A38B;
}
.TagClassName
{
border-color: #93A38B;
}
</style>