Shades of Mantle #95B389
Tints of Mantle #95B389
RGB
CMYK
RGB Variations
Color information
#95B389 (or 0x95B389) is known color: Mantle. HEX triplet: 95, B3 and 89. RGB value is (149,179,137). Sum of RGB (Red+Green+Blue) = 149+179+137=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #95B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B389 is #6A4C76. Grayscale: #A5A5A5. Windows color (decimal): -6966391 or 9024405. OLE color: 9024405.
HSL color Cylindrical-coordinate representation of color #95B389: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B389 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 137 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.30 |
| HSL | 102.86º | 0.22% | 0.62% | - |
| HSV(B) | 102.86º | 0.23% | 0.7% | - |
| XYZ | 33.03 | 40.44 | 29.73 | - |
| YUV | 165.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 137 | 0.17 | 0 | 0.23 | 0.30 | 102.86 | 0.22 | 0.62 |
| Hex | 95 | B3 | 89 | 11 | 0 | 17 | 1E | 67 | 16 | 3E |
| Octal | 225 | 263 | 211 | 21 | 0 | 27 | 36 | 147 | 26 | 76 |
| Binary | 10010101 | 10110011 | 10001001 | 10001 | 0 | 10111 | 11110 | 1100111 | 10110 | 111110 |
Color Harmonies of #95B389
Complementary color
Monochromatic Colors of #95B389
Black with #95B389
Text Example
Text Example
White with #95B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B389; }
p { color: rgb(149,179,137); }
H1.HeaderClassName
{
color: #95B389;
}
.AnyTagClassName
{
color: #95B389;
}
</style>
background-color css
<style>
a { background-color: #95B389; }
a { background-color: rgb(149,179,137); }
div.DivClassName
{
background-color: #95B389;
}
.BgClassName
{
background-color: #95B389;
}
</style>
border-color css
<style>
span { border-color: #95B389; }
span { border-color: rgb(149,179,137); }
td.TdClassName
{
border-color: #95B389;
}
.TagClassName
{
border-color: #95B389;
}
</style>