Shades of Mantle #92A18D
Tints of Mantle #92A18D
RGB
CMYK
RGB Variations
Color information
#92A18D (or 0x92A18D) is known color: Mantle. HEX triplet: 92, A1 and 8D. RGB value is (146,161,141). Sum of RGB (Red+Green+Blue) = 146+161+141=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #92A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A18D is #6D5E72. Grayscale: #9A9A9A. Windows color (decimal): -7167603 or 9281938. OLE color: 9281938.
HSL color Cylindrical-coordinate representation of color #92A18D: hue angle of 105º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A18D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 161 | 141 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.37 |
| HSL | 105º | 0.1% | 0.59% | - |
| HSV(B) | 105º | 0.12% | 0.63% | - |
| XYZ | 29.41 | 33.52 | 30.12 | - |
| YUV | 154.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 141 | 0.09 | 0 | 0.12 | 0.37 | 105 | 0.1 | 0.59 |
| Hex | 92 | A1 | 8D | 9 | 0 | C | 25 | 69 | A | 3B |
| Octal | 222 | 241 | 215 | 11 | 0 | 14 | 45 | 151 | 12 | 73 |
| Binary | 10010010 | 10100001 | 10001101 | 1001 | 0 | 1100 | 100101 | 1101001 | 1010 | 111011 |
Color Harmonies of #92A18D
Complementary color
Monochromatic Colors of #92A18D
Black with #92A18D
Text Example
Text Example
White with #92A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A18D; }
p { color: rgb(146,161,141); }
H1.HeaderClassName
{
color: #92A18D;
}
.AnyTagClassName
{
color: #92A18D;
}
</style>
background-color css
<style>
a { background-color: #92A18D; }
a { background-color: rgb(146,161,141); }
div.DivClassName
{
background-color: #92A18D;
}
.BgClassName
{
background-color: #92A18D;
}
</style>
border-color css
<style>
span { border-color: #92A18D; }
span { border-color: rgb(146,161,141); }
td.TdClassName
{
border-color: #92A18D;
}
.TagClassName
{
border-color: #92A18D;
}
</style>