Shades of Mantle #95A893
Tints of Mantle #95A893
RGB
CMYK
RGB Variations
Color information
#95A893 (or 0x95A893) is known color: Mantle. HEX triplet: 95, A8 and 93. RGB value is (149,168,147). Sum of RGB (Red+Green+Blue) = 149+168+147=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #95A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A893 is #6A576C. Grayscale: #9F9F9F. Windows color (decimal): -6969197 or 9676949. OLE color: 9676949.
HSL color Cylindrical-coordinate representation of color #95A893: hue angle of 114.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A893 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 168 | 147 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.34 |
| HSL | 114.29º | 0.11% | 0.62% | - |
| HSV(B) | 114.29º | 0.13% | 0.66% | - |
| XYZ | 31.66 | 36.5 | 32.98 | - |
| YUV | 159.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 147 | 0.11 | 0 | 0.13 | 0.34 | 114.29 | 0.11 | 0.62 |
| Hex | 95 | A8 | 93 | B | 0 | D | 22 | 72 | B | 3E |
| Octal | 225 | 250 | 223 | 13 | 0 | 15 | 42 | 162 | 13 | 76 |
| Binary | 10010101 | 10101000 | 10010011 | 1011 | 0 | 1101 | 100010 | 1110010 | 1011 | 111110 |
Color Harmonies of #95A893
Complementary color
Monochromatic Colors of #95A893
Black with #95A893
Text Example
Text Example
White with #95A893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A893; }
p { color: rgb(149,168,147); }
H1.HeaderClassName
{
color: #95A893;
}
.AnyTagClassName
{
color: #95A893;
}
</style>
background-color css
<style>
a { background-color: #95A893; }
a { background-color: rgb(149,168,147); }
div.DivClassName
{
background-color: #95A893;
}
.BgClassName
{
background-color: #95A893;
}
</style>
border-color css
<style>
span { border-color: #95A893; }
span { border-color: rgb(149,168,147); }
td.TdClassName
{
border-color: #95A893;
}
.TagClassName
{
border-color: #95A893;
}
</style>