Shades of Mantle #95A58B
Tints of Mantle #95A58B
RGB
CMYK
RGB Variations
Color information
#95A58B (or 0x95A58B) is known color: Mantle. HEX triplet: 95, A5 and 8B. RGB value is (149,165,139). Sum of RGB (Red+Green+Blue) = 149+165+139=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #95A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A58B is #6A5A74. Grayscale: #9D9D9D. Windows color (decimal): -6969973 or 9151893. OLE color: 9151893.
HSL color Cylindrical-coordinate representation of color #95A58B: hue angle of 96.92º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95A58B is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 139 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.35 |
| HSL | 96.92º | 0.13% | 0.6% | - |
| HSV(B) | 96.92º | 0.16% | 0.65% | - |
| XYZ | 30.51 | 35.16 | 29.61 | - |
| YUV | 157.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 139 | 0.10 | 0 | 0.16 | 0.35 | 96.92 | 0.13 | 0.6 |
| Hex | 95 | A5 | 8B | A | 0 | 10 | 23 | 61 | D | 3C |
| Octal | 225 | 245 | 213 | 12 | 0 | 20 | 43 | 141 | 15 | 74 |
| Binary | 10010101 | 10100101 | 10001011 | 1010 | 0 | 10000 | 100011 | 1100001 | 1101 | 111100 |
Color Harmonies of #95A58B
Complementary color
Monochromatic Colors of #95A58B
Black with #95A58B
Text Example
Text Example
White with #95A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A58B; }
p { color: rgb(149,165,139); }
H1.HeaderClassName
{
color: #95A58B;
}
.AnyTagClassName
{
color: #95A58B;
}
</style>
background-color css
<style>
a { background-color: #95A58B; }
a { background-color: rgb(149,165,139); }
div.DivClassName
{
background-color: #95A58B;
}
.BgClassName
{
background-color: #95A58B;
}
</style>
border-color css
<style>
span { border-color: #95A58B; }
span { border-color: rgb(149,165,139); }
td.TdClassName
{
border-color: #95A58B;
}
.TagClassName
{
border-color: #95A58B;
}
</style>