Shades of Mantle #959D92
Tints of Mantle #959D92
RGB
CMYK
RGB Variations
Color information
#959D92 (or 0x959D92) is known color: Mantle. HEX triplet: 95, 9D and 92. RGB value is (149,157,146). Sum of RGB (Red+Green+Blue) = 149+157+146=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #959D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D92 is #6A626D. Grayscale: #999999. Windows color (decimal): -6972014 or 9608597. OLE color: 9608597.
HSL color Cylindrical-coordinate representation of color #959D92: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959D92 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 146 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.38 |
| HSL | 103.64º | 0.05% | 0.59% | - |
| HSV(B) | 103.64º | 0.07% | 0.62% | - |
| XYZ | 29.64 | 32.58 | 31.92 | - |
| YUV | 153.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 146 | 0.05 | 0 | 0.07 | 0.38 | 103.64 | 0.05 | 0.59 |
| Hex | 95 | 9D | 92 | 5 | 0 | 7 | 26 | 68 | 5 | 3B |
| Octal | 225 | 235 | 222 | 5 | 0 | 7 | 46 | 150 | 5 | 73 |
| Binary | 10010101 | 10011101 | 10010010 | 101 | 0 | 111 | 100110 | 1101000 | 101 | 111011 |
Color Harmonies of #959D92
Complementary color
Monochromatic Colors of #959D92
Black with #959D92
Text Example
Text Example
White with #959D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D92; }
p { color: rgb(149,157,146); }
H1.HeaderClassName
{
color: #959D92;
}
.AnyTagClassName
{
color: #959D92;
}
</style>
background-color css
<style>
a { background-color: #959D92; }
a { background-color: rgb(149,157,146); }
div.DivClassName
{
background-color: #959D92;
}
.BgClassName
{
background-color: #959D92;
}
</style>
border-color css
<style>
span { border-color: #959D92; }
span { border-color: rgb(149,157,146); }
td.TdClassName
{
border-color: #959D92;
}
.TagClassName
{
border-color: #959D92;
}
</style>