Shades of Mantle #91A583
Tints of Mantle #91A583
RGB
CMYK
RGB Variations
Color information
#91A583 (or 0x91A583) is known color: Mantle. HEX triplet: 91, A5 and 83. RGB value is (145,165,131). Sum of RGB (Red+Green+Blue) = 145+165+131=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #91A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A583 is #6E5A7C. Grayscale: #9B9B9B. Windows color (decimal): -7232125 or 8627601. OLE color: 8627601.
HSL color Cylindrical-coordinate representation of color #91A583: hue angle of 95.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91A583 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 131 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.35 |
| HSL | 95.29º | 0.16% | 0.58% | - |
| HSV(B) | 95.29º | 0.21% | 0.65% | - |
| XYZ | 29.23 | 34.57 | 26.6 | - |
| YUV | 155.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 131 | 0.12 | 0 | 0.21 | 0.35 | 95.29 | 0.16 | 0.58 |
| Hex | 91 | A5 | 83 | C | 0 | 15 | 23 | 5F | 10 | 3A |
| Octal | 221 | 245 | 203 | 14 | 0 | 25 | 43 | 137 | 20 | 72 |
| Binary | 10010001 | 10100101 | 10000011 | 1100 | 0 | 10101 | 100011 | 1011111 | 10000 | 111010 |
Color Harmonies of #91A583
Complementary color
Monochromatic Colors of #91A583
Black with #91A583
Text Example
Text Example
White with #91A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A583; }
p { color: rgb(145,165,131); }
H1.HeaderClassName
{
color: #91A583;
}
.AnyTagClassName
{
color: #91A583;
}
</style>
background-color css
<style>
a { background-color: #91A583; }
a { background-color: rgb(145,165,131); }
div.DivClassName
{
background-color: #91A583;
}
.BgClassName
{
background-color: #91A583;
}
</style>
border-color css
<style>
span { border-color: #91A583; }
span { border-color: rgb(145,165,131); }
td.TdClassName
{
border-color: #91A583;
}
.TagClassName
{
border-color: #91A583;
}
</style>