Shades of Mantle #949B90
Tints of Mantle #949B90
RGB
CMYK
RGB Variations
Color information
#949B90 (or 0x949B90) is known color: Mantle. HEX triplet: 94, 9B and 90. RGB value is (148,155,144). Sum of RGB (Red+Green+Blue) = 148+155+144=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 155 - color contains mainly: green. Hex color #949B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B90 is #6B646F. Grayscale: #979797. Windows color (decimal): -7038064 or 9477012. OLE color: 9477012.
HSL color Cylindrical-coordinate representation of color #949B90: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949B90 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 144 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.39 |
| HSL | 98.18º | 0.05% | 0.59% | - |
| HSV(B) | 98.18º | 0.07% | 0.61% | - |
| XYZ | 28.97 | 31.75 | 30.99 | - |
| YUV | 151.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 144 | 0.05 | 0 | 0.07 | 0.39 | 98.18 | 0.05 | 0.59 |
| Hex | 94 | 9B | 90 | 5 | 0 | 7 | 27 | 62 | 5 | 3B |
| Octal | 224 | 233 | 220 | 5 | 0 | 7 | 47 | 142 | 5 | 73 |
| Binary | 10010100 | 10011011 | 10010000 | 101 | 0 | 111 | 100111 | 1100010 | 101 | 111011 |
Color Harmonies of #949B90
Complementary color
Monochromatic Colors of #949B90
Black with #949B90
Text Example
Text Example
White with #949B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B90; }
p { color: rgb(148,155,144); }
H1.HeaderClassName
{
color: #949B90;
}
.AnyTagClassName
{
color: #949B90;
}
</style>
background-color css
<style>
a { background-color: #949B90; }
a { background-color: rgb(148,155,144); }
div.DivClassName
{
background-color: #949B90;
}
.BgClassName
{
background-color: #949B90;
}
</style>
border-color css
<style>
span { border-color: #949B90; }
span { border-color: rgb(148,155,144); }
td.TdClassName
{
border-color: #949B90;
}
.TagClassName
{
border-color: #949B90;
}
</style>