Shades of Mantle #95A392
Tints of Mantle #95A392
RGB
CMYK
RGB Variations
Color information
#95A392 (or 0x95A392) is known color: Mantle. HEX triplet: 95, A3 and 92. RGB value is (149,163,146). Sum of RGB (Red+Green+Blue) = 149+163+146=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #95A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A392 is #6A5C6D. Grayscale: #9C9C9C. Windows color (decimal): -6970478 or 9610133. OLE color: 9610133.
HSL color Cylindrical-coordinate representation of color #95A392: hue angle of 109.41º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A392 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 146 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.36 |
| HSL | 109.41º | 0.08% | 0.61% | - |
| HSV(B) | 109.41º | 0.1% | 0.64% | - |
| XYZ | 30.68 | 34.66 | 32.27 | - |
| YUV | 156.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 146 | 0.09 | 0 | 0.10 | 0.36 | 109.41 | 0.08 | 0.61 |
| Hex | 95 | A3 | 92 | 9 | 0 | A | 24 | 6D | 8 | 3D |
| Octal | 225 | 243 | 222 | 11 | 0 | 12 | 44 | 155 | 10 | 75 |
| Binary | 10010101 | 10100011 | 10010010 | 1001 | 0 | 1010 | 100100 | 1101101 | 1000 | 111101 |
Color Harmonies of #95A392
Complementary color
Monochromatic Colors of #95A392
Black with #95A392
Text Example
Text Example
White with #95A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A392; }
p { color: rgb(149,163,146); }
H1.HeaderClassName
{
color: #95A392;
}
.AnyTagClassName
{
color: #95A392;
}
</style>
background-color css
<style>
a { background-color: #95A392; }
a { background-color: rgb(149,163,146); }
div.DivClassName
{
background-color: #95A392;
}
.BgClassName
{
background-color: #95A392;
}
</style>
border-color css
<style>
span { border-color: #95A392; }
span { border-color: rgb(149,163,146); }
td.TdClassName
{
border-color: #95A392;
}
.TagClassName
{
border-color: #95A392;
}
</style>