Shades of Mantle #92A685
Tints of Mantle #92A685
RGB
CMYK
RGB Variations
Color information
#92A685 (or 0x92A685) is known color: Mantle. HEX triplet: 92, A6 and 85. RGB value is (146,166,133). Sum of RGB (Red+Green+Blue) = 146+166+133=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #92A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A685 is #6D597A. Grayscale: #9C9C9C. Windows color (decimal): -7166331 or 8758930. OLE color: 8758930.
HSL color Cylindrical-coordinate representation of color #92A685: hue angle of 96.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92A685 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 133 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.35 |
| HSL | 96.36º | 0.16% | 0.59% | - |
| HSV(B) | 96.36º | 0.2% | 0.65% | - |
| XYZ | 29.72 | 35.08 | 27.39 | - |
| YUV | 156.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 133 | 0.12 | 0 | 0.20 | 0.35 | 96.36 | 0.16 | 0.59 |
| Hex | 92 | A6 | 85 | C | 0 | 14 | 23 | 60 | 10 | 3B |
| Octal | 222 | 246 | 205 | 14 | 0 | 24 | 43 | 140 | 20 | 73 |
| Binary | 10010010 | 10100110 | 10000101 | 1100 | 0 | 10100 | 100011 | 1100000 | 10000 | 111011 |
Color Harmonies of #92A685
Complementary color
Monochromatic Colors of #92A685
Black with #92A685
Text Example
Text Example
White with #92A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A685; }
p { color: rgb(146,166,133); }
H1.HeaderClassName
{
color: #92A685;
}
.AnyTagClassName
{
color: #92A685;
}
</style>
background-color css
<style>
a { background-color: #92A685; }
a { background-color: rgb(146,166,133); }
div.DivClassName
{
background-color: #92A685;
}
.BgClassName
{
background-color: #92A685;
}
</style>
border-color css
<style>
span { border-color: #92A685; }
span { border-color: rgb(146,166,133); }
td.TdClassName
{
border-color: #92A685;
}
.TagClassName
{
border-color: #92A685;
}
</style>