Shades of Mantle #93B48A
Tints of Mantle #93B48A
RGB
CMYK
RGB Variations
Color information
#93B48A (or 0x93B48A) is known color: Mantle. HEX triplet: 93, B4 and 8A. RGB value is (147,180,138). Sum of RGB (Red+Green+Blue) = 147+180+138=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #93B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B48A is #6C4B75. Grayscale: #A5A5A5. Windows color (decimal): -7097206 or 9090195. OLE color: 9090195.
HSL color Cylindrical-coordinate representation of color #93B48A: hue angle of 107.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B48A is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 138 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.29 |
| HSL | 107.14º | 0.22% | 0.62% | - |
| HSV(B) | 107.14º | 0.23% | 0.71% | - |
| XYZ | 32.94 | 40.68 | 30.16 | - |
| YUV | 165.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 138 | 0.18 | 0 | 0.23 | 0.29 | 107.14 | 0.22 | 0.62 |
| Hex | 93 | B4 | 8A | 12 | 0 | 17 | 1D | 6B | 16 | 3E |
| Octal | 223 | 264 | 212 | 22 | 0 | 27 | 35 | 153 | 26 | 76 |
| Binary | 10010011 | 10110100 | 10001010 | 10010 | 0 | 10111 | 11101 | 1101011 | 10110 | 111110 |
Color Harmonies of #93B48A
Complementary color
Monochromatic Colors of #93B48A
Black with #93B48A
Text Example
Text Example
White with #93B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B48A; }
p { color: rgb(147,180,138); }
H1.HeaderClassName
{
color: #93B48A;
}
.AnyTagClassName
{
color: #93B48A;
}
</style>
background-color css
<style>
a { background-color: #93B48A; }
a { background-color: rgb(147,180,138); }
div.DivClassName
{
background-color: #93B48A;
}
.BgClassName
{
background-color: #93B48A;
}
</style>
border-color css
<style>
span { border-color: #93B48A; }
span { border-color: rgb(147,180,138); }
td.TdClassName
{
border-color: #93B48A;
}
.TagClassName
{
border-color: #93B48A;
}
</style>