Shades of Mantle #91A08B
Tints of Mantle #91A08B
RGB
CMYK
RGB Variations
Color information
#91A08B (or 0x91A08B) is known color: Mantle. HEX triplet: 91, A0 and 8B. RGB value is (145,160,139). Sum of RGB (Red+Green+Blue) = 145+160+139=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 160 - color contains mainly: green. Hex color #91A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A08B is #6E5F74. Grayscale: #999999. Windows color (decimal): -7233397 or 9150609. OLE color: 9150609.
HSL color Cylindrical-coordinate representation of color #91A08B: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A08B is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 139 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.37 |
| HSL | 102.86º | 0.1% | 0.59% | - |
| HSV(B) | 102.86º | 0.13% | 0.63% | - |
| XYZ | 28.91 | 33.03 | 29.28 | - |
| YUV | 153.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 139 | 0.09 | 0 | 0.13 | 0.37 | 102.86 | 0.1 | 0.59 |
| Hex | 91 | A0 | 8B | 9 | 0 | D | 25 | 67 | A | 3B |
| Octal | 221 | 240 | 213 | 11 | 0 | 15 | 45 | 147 | 12 | 73 |
| Binary | 10010001 | 10100000 | 10001011 | 1001 | 0 | 1101 | 100101 | 1100111 | 1010 | 111011 |
Color Harmonies of #91A08B
Complementary color
Monochromatic Colors of #91A08B
Black with #91A08B
Text Example
Text Example
White with #91A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A08B; }
p { color: rgb(145,160,139); }
H1.HeaderClassName
{
color: #91A08B;
}
.AnyTagClassName
{
color: #91A08B;
}
</style>
background-color css
<style>
a { background-color: #91A08B; }
a { background-color: rgb(145,160,139); }
div.DivClassName
{
background-color: #91A08B;
}
.BgClassName
{
background-color: #91A08B;
}
</style>
border-color css
<style>
span { border-color: #91A08B; }
span { border-color: rgb(145,160,139); }
td.TdClassName
{
border-color: #91A08B;
}
.TagClassName
{
border-color: #91A08B;
}
</style>