Shades of Mantle #95B689
Tints of Mantle #95B689
RGB
CMYK
RGB Variations
Color information
#95B689 (or 0x95B689) is known color: Mantle. HEX triplet: 95, B6 and 89. RGB value is (149,182,137). Sum of RGB (Red+Green+Blue) = 149+182+137=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #95B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B689 is #6A4976. Grayscale: #A7A7A7. Windows color (decimal): -6965623 or 9025173. OLE color: 9025173.
HSL color Cylindrical-coordinate representation of color #95B689: hue angle of 104º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95B689 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 182 | 137 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.29 |
| HSL | 104º | 0.24% | 0.63% | - |
| HSV(B) | 104º | 0.25% | 0.71% | - |
| XYZ | 33.64 | 41.65 | 29.93 | - |
| YUV | 167 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 182 | 137 | 0.18 | 0 | 0.25 | 0.29 | 104 | 0.24 | 0.63 |
| Hex | 95 | B6 | 89 | 12 | 0 | 19 | 1D | 68 | 18 | 3F |
| Octal | 225 | 266 | 211 | 22 | 0 | 31 | 35 | 150 | 30 | 77 |
| Binary | 10010101 | 10110110 | 10001001 | 10010 | 0 | 11001 | 11101 | 1101000 | 11000 | 111111 |
Color Harmonies of #95B689
Complementary color
Monochromatic Colors of #95B689
Black with #95B689
Text Example
Text Example
White with #95B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B689; }
p { color: rgb(149,182,137); }
H1.HeaderClassName
{
color: #95B689;
}
.AnyTagClassName
{
color: #95B689;
}
</style>
background-color css
<style>
a { background-color: #95B689; }
a { background-color: rgb(149,182,137); }
div.DivClassName
{
background-color: #95B689;
}
.BgClassName
{
background-color: #95B689;
}
</style>
border-color css
<style>
span { border-color: #95B689; }
span { border-color: rgb(149,182,137); }
td.TdClassName
{
border-color: #95B689;
}
.TagClassName
{
border-color: #95B689;
}
</style>