Shades of Mantle #92AA8A
Tints of Mantle #92AA8A
RGB
CMYK
RGB Variations
Color information
#92AA8A (or 0x92AA8A) is known color: Mantle. HEX triplet: 92, AA and 8A. RGB value is (146,170,138). Sum of RGB (Red+Green+Blue) = 146+170+138=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA8A is #6D5575. Grayscale: #9F9F9F. Windows color (decimal): -7165302 or 9087634. OLE color: 9087634.
HSL color Cylindrical-coordinate representation of color #92AA8A: hue angle of 105º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92AA8A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 138 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.33 |
| HSL | 105º | 0.16% | 0.6% | - |
| HSV(B) | 105º | 0.19% | 0.67% | - |
| XYZ | 30.82 | 36.7 | 29.5 | - |
| YUV | 159.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 138 | 0.14 | 0 | 0.19 | 0.33 | 105 | 0.16 | 0.6 |
| Hex | 92 | AA | 8A | E | 0 | 13 | 21 | 69 | 10 | 3C |
| Octal | 222 | 252 | 212 | 16 | 0 | 23 | 41 | 151 | 20 | 74 |
| Binary | 10010010 | 10101010 | 10001010 | 1110 | 0 | 10011 | 100001 | 1101001 | 10000 | 111100 |
Color Harmonies of #92AA8A
Complementary color
Monochromatic Colors of #92AA8A
Black with #92AA8A
Text Example
Text Example
White with #92AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA8A; }
p { color: rgb(146,170,138); }
H1.HeaderClassName
{
color: #92AA8A;
}
.AnyTagClassName
{
color: #92AA8A;
}
</style>
background-color css
<style>
a { background-color: #92AA8A; }
a { background-color: rgb(146,170,138); }
div.DivClassName
{
background-color: #92AA8A;
}
.BgClassName
{
background-color: #92AA8A;
}
</style>
border-color css
<style>
span { border-color: #92AA8A; }
span { border-color: rgb(146,170,138); }
td.TdClassName
{
border-color: #92AA8A;
}
.TagClassName
{
border-color: #92AA8A;
}
</style>