Shades of Mantle #929F8C
Tints of Mantle #929F8C
RGB
CMYK
RGB Variations
Color information
#929F8C (or 0x929F8C) is known color: Mantle. HEX triplet: 92, 9F and 8C. RGB value is (146,159,140). Sum of RGB (Red+Green+Blue) = 146+159+140=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #929F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F8C is #6D6073. Grayscale: #999999. Windows color (decimal): -7168116 or 9215890. OLE color: 9215890.
HSL color Cylindrical-coordinate representation of color #929F8C: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929F8C is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 159 | 140 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.38 |
| HSL | 101.05º | 0.09% | 0.59% | - |
| HSV(B) | 101.05º | 0.12% | 0.62% | - |
| XYZ | 28.99 | 32.8 | 29.61 | - |
| YUV | 152.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 140 | 0.08 | 0 | 0.12 | 0.38 | 101.05 | 0.09 | 0.59 |
| Hex | 92 | 9F | 8C | 8 | 0 | C | 26 | 65 | 9 | 3B |
| Octal | 222 | 237 | 214 | 10 | 0 | 14 | 46 | 145 | 11 | 73 |
| Binary | 10010010 | 10011111 | 10001100 | 1000 | 0 | 1100 | 100110 | 1100101 | 1001 | 111011 |
Color Harmonies of #929F8C
Complementary color
Monochromatic Colors of #929F8C
Black with #929F8C
Text Example
Text Example
White with #929F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929F8C; }
p { color: rgb(146,159,140); }
H1.HeaderClassName
{
color: #929F8C;
}
.AnyTagClassName
{
color: #929F8C;
}
</style>
background-color css
<style>
a { background-color: #929F8C; }
a { background-color: rgb(146,159,140); }
div.DivClassName
{
background-color: #929F8C;
}
.BgClassName
{
background-color: #929F8C;
}
</style>
border-color css
<style>
span { border-color: #929F8C; }
span { border-color: rgb(146,159,140); }
td.TdClassName
{
border-color: #929F8C;
}
.TagClassName
{
border-color: #929F8C;
}
</style>