Shades of Mantle #93B086
Tints of Mantle #93B086
RGB
CMYK
RGB Variations
Color information
#93B086 (or 0x93B086) is known color: Mantle. HEX triplet: 93, B0 and 86. RGB value is (147,176,134). Sum of RGB (Red+Green+Blue) = 147+176+134=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #93B086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B086 is #6C4F79. Grayscale: #A2A2A2. Windows color (decimal): -7098234 or 8827027. OLE color: 8827027.
HSL color Cylindrical-coordinate representation of color #93B086: hue angle of 101.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93B086 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 134 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.31 |
| HSL | 101.43º | 0.21% | 0.61% | - |
| HSV(B) | 101.43º | 0.24% | 0.69% | - |
| XYZ | 31.86 | 38.97 | 28.4 | - |
| YUV | 162.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 134 | 0.16 | 0 | 0.24 | 0.31 | 101.43 | 0.21 | 0.61 |
| Hex | 93 | B0 | 86 | 10 | 0 | 18 | 1F | 65 | 15 | 3D |
| Octal | 223 | 260 | 206 | 20 | 0 | 30 | 37 | 145 | 25 | 75 |
| Binary | 10010011 | 10110000 | 10000110 | 10000 | 0 | 11000 | 11111 | 1100101 | 10101 | 111101 |
Color Harmonies of #93B086
Complementary color
Monochromatic Colors of #93B086
Black with #93B086
Text Example
Text Example
White with #93B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B086; }
p { color: rgb(147,176,134); }
H1.HeaderClassName
{
color: #93B086;
}
.AnyTagClassName
{
color: #93B086;
}
</style>
background-color css
<style>
a { background-color: #93B086; }
a { background-color: rgb(147,176,134); }
div.DivClassName
{
background-color: #93B086;
}
.BgClassName
{
background-color: #93B086;
}
</style>
border-color css
<style>
span { border-color: #93B086; }
span { border-color: rgb(147,176,134); }
td.TdClassName
{
border-color: #93B086;
}
.TagClassName
{
border-color: #93B086;
}
</style>