Shades of Mantle #95BA86
Tints of Mantle #95BA86
RGB
CMYK
RGB Variations
Color information
#95BA86 (or 0x95BA86) is known color: Mantle. HEX triplet: 95, BA and 86. RGB value is (149,186,134). Sum of RGB (Red+Green+Blue) = 149+186+134=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA86 is #6A4579. Grayscale: #A9A9A9. Windows color (decimal): -6964602 or 8829589. OLE color: 8829589.
HSL color Cylindrical-coordinate representation of color #95BA86: hue angle of 102.69º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95BA86 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 134 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.27 |
| HSL | 102.69º | 0.27% | 0.63% | - |
| HSV(B) | 102.69º | 0.28% | 0.73% | - |
| XYZ | 34.26 | 43.23 | 29.09 | - |
| YUV | 169.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 134 | 0.20 | 0 | 0.28 | 0.27 | 102.69 | 0.27 | 0.63 |
| Hex | 95 | BA | 86 | 14 | 0 | 1C | 1B | 67 | 1B | 3F |
| Octal | 225 | 272 | 206 | 24 | 0 | 34 | 33 | 147 | 33 | 77 |
| Binary | 10010101 | 10111010 | 10000110 | 10100 | 0 | 11100 | 11011 | 1100111 | 11011 | 111111 |
Color Harmonies of #95BA86
Complementary color
Monochromatic Colors of #95BA86
Black with #95BA86
Text Example
Text Example
White with #95BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA86; }
p { color: rgb(149,186,134); }
H1.HeaderClassName
{
color: #95BA86;
}
.AnyTagClassName
{
color: #95BA86;
}
</style>
background-color css
<style>
a { background-color: #95BA86; }
a { background-color: rgb(149,186,134); }
div.DivClassName
{
background-color: #95BA86;
}
.BgClassName
{
background-color: #95BA86;
}
</style>
border-color css
<style>
span { border-color: #95BA86; }
span { border-color: rgb(149,186,134); }
td.TdClassName
{
border-color: #95BA86;
}
.TagClassName
{
border-color: #95BA86;
}
</style>