Shades of Mantle #949D92
Tints of Mantle #949D92
RGB
CMYK
RGB Variations
Color information
#949D92 (or 0x949D92) is known color: Mantle. HEX triplet: 94, 9D and 92. RGB value is (148,157,146). Sum of RGB (Red+Green+Blue) = 148+157+146=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 157 - color contains mainly: green. Hex color #949D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D92 is #6B626D. Grayscale: #999999. Windows color (decimal): -7037550 or 9608596. OLE color: 9608596.
HSL color Cylindrical-coordinate representation of color #949D92: hue angle of 109.09º 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 #949D92 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 146 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.38 |
| HSL | 109.09º | 0.05% | 0.59% | - |
| HSV(B) | 109.09º | 0.07% | 0.62% | - |
| XYZ | 29.46 | 32.49 | 31.91 | - |
| YUV | 153.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 146 | 0.06 | 0 | 0.07 | 0.38 | 109.09 | 0.05 | 0.59 |
| Hex | 94 | 9D | 92 | 6 | 0 | 7 | 26 | 6D | 5 | 3B |
| Octal | 224 | 235 | 222 | 6 | 0 | 7 | 46 | 155 | 5 | 73 |
| Binary | 10010100 | 10011101 | 10010010 | 110 | 0 | 111 | 100110 | 1101101 | 101 | 111011 |
Color Harmonies of #949D92
Complementary color
Monochromatic Colors of #949D92
Black with #949D92
Text Example
Text Example
White with #949D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D92; }
p { color: rgb(148,157,146); }
H1.HeaderClassName
{
color: #949D92;
}
.AnyTagClassName
{
color: #949D92;
}
</style>
background-color css
<style>
a { background-color: #949D92; }
a { background-color: rgb(148,157,146); }
div.DivClassName
{
background-color: #949D92;
}
.BgClassName
{
background-color: #949D92;
}
</style>
border-color css
<style>
span { border-color: #949D92; }
span { border-color: rgb(148,157,146); }
td.TdClassName
{
border-color: #949D92;
}
.TagClassName
{
border-color: #949D92;
}
</style>