Shades of Mantle #95A18D
Tints of Mantle #95A18D
RGB
CMYK
RGB Variations
Color information
#95A18D (or 0x95A18D) is known color: Mantle. HEX triplet: 95, A1 and 8D. RGB value is (149,161,141). Sum of RGB (Red+Green+Blue) = 149+161+141=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #95A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A18D is #6A5E72. Grayscale: #9B9B9B. Windows color (decimal): -6970995 or 9281941. OLE color: 9281941.
HSL color Cylindrical-coordinate representation of color #95A18D: hue angle of 96º 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 #95A18D is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 141 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.37 |
| HSL | 96º | 0.1% | 0.59% | - |
| HSV(B) | 96º | 0.12% | 0.63% | - |
| XYZ | 29.95 | 33.8 | 30.15 | - |
| YUV | 155.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 141 | 0.07 | 0 | 0.12 | 0.37 | 96 | 0.1 | 0.59 |
| Hex | 95 | A1 | 8D | 7 | 0 | C | 25 | 60 | A | 3B |
| Octal | 225 | 241 | 215 | 7 | 0 | 14 | 45 | 140 | 12 | 73 |
| Binary | 10010101 | 10100001 | 10001101 | 111 | 0 | 1100 | 100101 | 1100000 | 1010 | 111011 |
Color Harmonies of #95A18D
Complementary color
Monochromatic Colors of #95A18D
Black with #95A18D
Text Example
Text Example
White with #95A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A18D; }
p { color: rgb(149,161,141); }
H1.HeaderClassName
{
color: #95A18D;
}
.AnyTagClassName
{
color: #95A18D;
}
</style>
background-color css
<style>
a { background-color: #95A18D; }
a { background-color: rgb(149,161,141); }
div.DivClassName
{
background-color: #95A18D;
}
.BgClassName
{
background-color: #95A18D;
}
</style>
border-color css
<style>
span { border-color: #95A18D; }
span { border-color: rgb(149,161,141); }
td.TdClassName
{
border-color: #95A18D;
}
.TagClassName
{
border-color: #95A18D;
}
</style>