Shades of Mantle #929A90
Tints of Mantle #929A90
RGB
CMYK
RGB Variations
Color information
#929A90 (or 0x929A90) is known color: Mantle. HEX triplet: 92, 9A and 90. RGB value is (146,154,144). Sum of RGB (Red+Green+Blue) = 146+154+144=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 154 - color contains mainly: green. Hex color #929A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A90 is #6D656F. Grayscale: #969696. Windows color (decimal): -7169392 or 9476754. OLE color: 9476754.
HSL color Cylindrical-coordinate representation of color #929A90: hue angle of 108º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929A90 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 154 | 144 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.40 |
| HSL | 108º | 0.05% | 0.58% | - |
| HSV(B) | 108º | 0.06% | 0.6% | - |
| XYZ | 28.44 | 31.24 | 30.92 | - |
| YUV | 150.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 144 | 0.05 | 0 | 0.06 | 0.40 | 108 | 0.05 | 0.58 |
| Hex | 92 | 9A | 90 | 5 | 0 | 6 | 28 | 6C | 5 | 3A |
| Octal | 222 | 232 | 220 | 5 | 0 | 6 | 50 | 154 | 5 | 72 |
| Binary | 10010010 | 10011010 | 10010000 | 101 | 0 | 110 | 101000 | 1101100 | 101 | 111010 |
Color Harmonies of #929A90
Complementary color
Monochromatic Colors of #929A90
Black with #929A90
Text Example
Text Example
White with #929A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929A90; }
p { color: rgb(146,154,144); }
H1.HeaderClassName
{
color: #929A90;
}
.AnyTagClassName
{
color: #929A90;
}
</style>
background-color css
<style>
a { background-color: #929A90; }
a { background-color: rgb(146,154,144); }
div.DivClassName
{
background-color: #929A90;
}
.BgClassName
{
background-color: #929A90;
}
</style>
border-color css
<style>
span { border-color: #929A90; }
span { border-color: rgb(146,154,144); }
td.TdClassName
{
border-color: #929A90;
}
.TagClassName
{
border-color: #929A90;
}
</style>