Shades of Mantle #93A28B
Tints of Mantle #93A28B
RGB
CMYK
RGB Variations
Color information
#93A28B (or 0x93A28B) is known color: Mantle. HEX triplet: 93, A2 and 8B. RGB value is (147,162,139). Sum of RGB (Red+Green+Blue) = 147+162+139=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #93A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A28B is #6C5D74. Grayscale: #9A9A9A. Windows color (decimal): -7101813 or 9151123. OLE color: 9151123.
HSL color Cylindrical-coordinate representation of color #93A28B: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A28B is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 139 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.36 |
| HSL | 99.13º | 0.11% | 0.59% | - |
| HSV(B) | 99.13º | 0.14% | 0.64% | - |
| XYZ | 29.61 | 33.91 | 29.41 | - |
| YUV | 154.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 139 | 0.09 | 0 | 0.14 | 0.36 | 99.13 | 0.11 | 0.59 |
| Hex | 93 | A2 | 8B | 9 | 0 | E | 24 | 63 | B | 3B |
| Octal | 223 | 242 | 213 | 11 | 0 | 16 | 44 | 143 | 13 | 73 |
| Binary | 10010011 | 10100010 | 10001011 | 1001 | 0 | 1110 | 100100 | 1100011 | 1011 | 111011 |
Color Harmonies of #93A28B
Complementary color
Monochromatic Colors of #93A28B
Black with #93A28B
Text Example
Text Example
White with #93A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A28B; }
p { color: rgb(147,162,139); }
H1.HeaderClassName
{
color: #93A28B;
}
.AnyTagClassName
{
color: #93A28B;
}
</style>
background-color css
<style>
a { background-color: #93A28B; }
a { background-color: rgb(147,162,139); }
div.DivClassName
{
background-color: #93A28B;
}
.BgClassName
{
background-color: #93A28B;
}
</style>
border-color css
<style>
span { border-color: #93A28B; }
span { border-color: rgb(147,162,139); }
td.TdClassName
{
border-color: #93A28B;
}
.TagClassName
{
border-color: #93A28B;
}
</style>