Shades of Mantle #92AB8D
Tints of Mantle #92AB8D
RGB
CMYK
RGB Variations
Color information
#92AB8D (or 0x92AB8D) is known color: Mantle. HEX triplet: 92, AB and 8D. RGB value is (146,171,141). Sum of RGB (Red+Green+Blue) = 146+171+141=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB8D is #6D5472. Grayscale: #A0A0A0. Windows color (decimal): -7165043 or 9284498. OLE color: 9284498.
HSL color Cylindrical-coordinate representation of color #92AB8D: hue angle of 110º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AB8D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 141 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.33 |
| HSL | 110º | 0.15% | 0.61% | - |
| HSV(B) | 110º | 0.18% | 0.67% | - |
| XYZ | 31.22 | 37.16 | 30.73 | - |
| YUV | 160.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 141 | 0.15 | 0 | 0.18 | 0.33 | 110 | 0.15 | 0.61 |
| Hex | 92 | AB | 8D | F | 0 | 12 | 21 | 6E | F | 3D |
| Octal | 222 | 253 | 215 | 17 | 0 | 22 | 41 | 156 | 17 | 75 |
| Binary | 10010010 | 10101011 | 10001101 | 1111 | 0 | 10010 | 100001 | 1101110 | 1111 | 111101 |
Color Harmonies of #92AB8D
Complementary color
Monochromatic Colors of #92AB8D
Black with #92AB8D
Text Example
Text Example
White with #92AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB8D; }
p { color: rgb(146,171,141); }
H1.HeaderClassName
{
color: #92AB8D;
}
.AnyTagClassName
{
color: #92AB8D;
}
</style>
background-color css
<style>
a { background-color: #92AB8D; }
a { background-color: rgb(146,171,141); }
div.DivClassName
{
background-color: #92AB8D;
}
.BgClassName
{
background-color: #92AB8D;
}
</style>
border-color css
<style>
span { border-color: #92AB8D; }
span { border-color: rgb(146,171,141); }
td.TdClassName
{
border-color: #92AB8D;
}
.TagClassName
{
border-color: #92AB8D;
}
</style>