Shades of Mantle #95A194
Tints of Mantle #95A194
RGB
CMYK
RGB Variations
Color information
#95A194 (or 0x95A194) is known color: Mantle. HEX triplet: 95, A1 and 94. RGB value is (149,161,148). Sum of RGB (Red+Green+Blue) = 149+161+148=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #95A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A194 is #6A5E6B. Grayscale: #9B9B9B. Windows color (decimal): -6970988 or 9740693. OLE color: 9740693.
HSL color Cylindrical-coordinate representation of color #95A194: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95A194 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 148 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.37 |
| HSL | 115.38º | 0.06% | 0.61% | - |
| HSV(B) | 115.38º | 0.08% | 0.63% | - |
| XYZ | 30.48 | 34.02 | 32.98 | - |
| YUV | 155.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 148 | 0.07 | 0 | 0.08 | 0.37 | 115.38 | 0.06 | 0.61 |
| Hex | 95 | A1 | 94 | 7 | 0 | 8 | 25 | 73 | 6 | 3D |
| Octal | 225 | 241 | 224 | 7 | 0 | 10 | 45 | 163 | 6 | 75 |
| Binary | 10010101 | 10100001 | 10010100 | 111 | 0 | 1000 | 100101 | 1110011 | 110 | 111101 |
Color Harmonies of #95A194
Complementary color
Monochromatic Colors of #95A194
Black with #95A194
Text Example
Text Example
White with #95A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A194; }
p { color: rgb(149,161,148); }
H1.HeaderClassName
{
color: #95A194;
}
.AnyTagClassName
{
color: #95A194;
}
</style>
background-color css
<style>
a { background-color: #95A194; }
a { background-color: rgb(149,161,148); }
div.DivClassName
{
background-color: #95A194;
}
.BgClassName
{
background-color: #95A194;
}
</style>
border-color css
<style>
span { border-color: #95A194; }
span { border-color: rgb(149,161,148); }
td.TdClassName
{
border-color: #95A194;
}
.TagClassName
{
border-color: #95A194;
}
</style>