Shades of Mantle #92AF8F
Tints of Mantle #92AF8F
RGB
CMYK
RGB Variations
Color information
#92AF8F (or 0x92AF8F) is known color: Mantle. HEX triplet: 92, AF and 8F. RGB value is (146,175,143). Sum of RGB (Red+Green+Blue) = 146+175+143=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AF8F is #6D5070. Grayscale: #A2A2A2. Windows color (decimal): -7164017 or 9416594. OLE color: 9416594.
HSL color Cylindrical-coordinate representation of color #92AF8F: hue angle of 114.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AF8F is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 175 | 143 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.31 |
| HSL | 114.38º | 0.17% | 0.62% | - |
| HSV(B) | 114.38º | 0.18% | 0.69% | - |
| XYZ | 32.14 | 38.75 | 31.77 | - |
| YUV | 162.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 143 | 0.17 | 0 | 0.18 | 0.31 | 114.38 | 0.17 | 0.62 |
| Hex | 92 | AF | 8F | 11 | 0 | 12 | 1F | 72 | 11 | 3E |
| Octal | 222 | 257 | 217 | 21 | 0 | 22 | 37 | 162 | 21 | 76 |
| Binary | 10010010 | 10101111 | 10001111 | 10001 | 0 | 10010 | 11111 | 1110010 | 10001 | 111110 |
Color Harmonies of #92AF8F
Complementary color
Monochromatic Colors of #92AF8F
Black with #92AF8F
Text Example
Text Example
White with #92AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AF8F; }
p { color: rgb(146,175,143); }
H1.HeaderClassName
{
color: #92AF8F;
}
.AnyTagClassName
{
color: #92AF8F;
}
</style>
background-color css
<style>
a { background-color: #92AF8F; }
a { background-color: rgb(146,175,143); }
div.DivClassName
{
background-color: #92AF8F;
}
.BgClassName
{
background-color: #92AF8F;
}
</style>
border-color css
<style>
span { border-color: #92AF8F; }
span { border-color: rgb(146,175,143); }
td.TdClassName
{
border-color: #92AF8F;
}
.TagClassName
{
border-color: #92AF8F;
}
</style>