Shades of Mantle #949B92
Tints of Mantle #949B92
RGB
CMYK
RGB Variations
Color information
#949B92 (or 0x949B92) is known color: Mantle. HEX triplet: 94, 9B and 92. RGB value is (148,155,146). Sum of RGB (Red+Green+Blue) = 148+155+146=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #949B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B92 is #6B646D. Grayscale: #979797. Windows color (decimal): -7038062 or 9608084. OLE color: 9608084.
HSL color Cylindrical-coordinate representation of color #949B92: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #949B92 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 146 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.39 |
| HSL | 106.67º | 0.04% | 0.59% | - |
| HSV(B) | 106.67º | 0.06% | 0.61% | - |
| XYZ | 29.12 | 31.81 | 31.8 | - |
| YUV | 151.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 146 | 0.05 | 0 | 0.06 | 0.39 | 106.67 | 0.04 | 0.59 |
| Hex | 94 | 9B | 92 | 5 | 0 | 6 | 27 | 6B | 4 | 3B |
| Octal | 224 | 233 | 222 | 5 | 0 | 6 | 47 | 153 | 4 | 73 |
| Binary | 10010100 | 10011011 | 10010010 | 101 | 0 | 110 | 100111 | 1101011 | 100 | 111011 |
Color Harmonies of #949B92
Complementary color
Monochromatic Colors of #949B92
Black with #949B92
Text Example
Text Example
White with #949B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B92; }
p { color: rgb(148,155,146); }
H1.HeaderClassName
{
color: #949B92;
}
.AnyTagClassName
{
color: #949B92;
}
</style>
background-color css
<style>
a { background-color: #949B92; }
a { background-color: rgb(148,155,146); }
div.DivClassName
{
background-color: #949B92;
}
.BgClassName
{
background-color: #949B92;
}
</style>
border-color css
<style>
span { border-color: #949B92; }
span { border-color: rgb(148,155,146); }
td.TdClassName
{
border-color: #949B92;
}
.TagClassName
{
border-color: #949B92;
}
</style>