Shades of Mantle #93B090
Tints of Mantle #93B090
RGB
CMYK
RGB Variations
Color information
#93B090 (or 0x93B090) is known color: Mantle. HEX triplet: 93, B0 and 90. RGB value is (147,176,144). Sum of RGB (Red+Green+Blue) = 147+176+144=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #93B090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B090 is #6C4F6F. Grayscale: #A3A3A3. Windows color (decimal): -7098224 or 9482387. OLE color: 9482387.
HSL color Cylindrical-coordinate representation of color #93B090: hue angle of 114.38º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B090 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 144 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.31 |
| HSL | 114.38º | 0.17% | 0.63% | - |
| HSV(B) | 114.38º | 0.18% | 0.69% | - |
| XYZ | 32.59 | 39.27 | 32.25 | - |
| YUV | 163.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 144 | 0.16 | 0 | 0.18 | 0.31 | 114.38 | 0.17 | 0.63 |
| Hex | 93 | B0 | 90 | 10 | 0 | 12 | 1F | 72 | 11 | 3F |
| Octal | 223 | 260 | 220 | 20 | 0 | 22 | 37 | 162 | 21 | 77 |
| Binary | 10010011 | 10110000 | 10010000 | 10000 | 0 | 10010 | 11111 | 1110010 | 10001 | 111111 |
Color Harmonies of #93B090
Complementary color
Monochromatic Colors of #93B090
Black with #93B090
Text Example
Text Example
White with #93B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B090; }
p { color: rgb(147,176,144); }
H1.HeaderClassName
{
color: #93B090;
}
.AnyTagClassName
{
color: #93B090;
}
</style>
background-color css
<style>
a { background-color: #93B090; }
a { background-color: rgb(147,176,144); }
div.DivClassName
{
background-color: #93B090;
}
.BgClassName
{
background-color: #93B090;
}
</style>
border-color css
<style>
span { border-color: #93B090; }
span { border-color: rgb(147,176,144); }
td.TdClassName
{
border-color: #93B090;
}
.TagClassName
{
border-color: #93B090;
}
</style>