Shades of Mantle #91A18D
Tints of Mantle #91A18D
RGB
CMYK
RGB Variations
Color information
#91A18D (or 0x91A18D) is known color: Mantle. HEX triplet: 91, A1 and 8D. RGB value is (145,161,141). Sum of RGB (Red+Green+Blue) = 145+161+141=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #91A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A18D is #6E5E72. Grayscale: #9A9A9A. Windows color (decimal): -7233139 or 9281937. OLE color: 9281937.
HSL color Cylindrical-coordinate representation of color #91A18D: hue angle of 108º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A18D is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 141 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.37 |
| HSL | 108º | 0.1% | 0.59% | - |
| HSV(B) | 108º | 0.12% | 0.63% | - |
| XYZ | 29.23 | 33.43 | 30.11 | - |
| YUV | 153.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 141 | 0.10 | 0 | 0.12 | 0.37 | 108 | 0.1 | 0.59 |
| Hex | 91 | A1 | 8D | A | 0 | C | 25 | 6C | A | 3B |
| Octal | 221 | 241 | 215 | 12 | 0 | 14 | 45 | 154 | 12 | 73 |
| Binary | 10010001 | 10100001 | 10001101 | 1010 | 0 | 1100 | 100101 | 1101100 | 1010 | 111011 |
Color Harmonies of #91A18D
Complementary color
Monochromatic Colors of #91A18D
Black with #91A18D
Text Example
Text Example
White with #91A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A18D; }
p { color: rgb(145,161,141); }
H1.HeaderClassName
{
color: #91A18D;
}
.AnyTagClassName
{
color: #91A18D;
}
</style>
background-color css
<style>
a { background-color: #91A18D; }
a { background-color: rgb(145,161,141); }
div.DivClassName
{
background-color: #91A18D;
}
.BgClassName
{
background-color: #91A18D;
}
</style>
border-color css
<style>
span { border-color: #91A18D; }
span { border-color: rgb(145,161,141); }
td.TdClassName
{
border-color: #91A18D;
}
.TagClassName
{
border-color: #91A18D;
}
</style>