Shades of Mantle #94A992
Tints of Mantle #94A992
RGB
CMYK
RGB Variations
Color information
#94A992 (or 0x94A992) is known color: Mantle. HEX triplet: 94, A9 and 92. RGB value is (148,169,146). Sum of RGB (Red+Green+Blue) = 148+169+146=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #94A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A992 is #6B566D. Grayscale: #A0A0A0. Windows color (decimal): -7034478 or 9611668. OLE color: 9611668.
HSL color Cylindrical-coordinate representation of color #94A992: hue angle of 114.78º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A992 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 146 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.34 |
| HSL | 114.78º | 0.12% | 0.62% | - |
| HSV(B) | 114.78º | 0.14% | 0.66% | - |
| XYZ | 31.59 | 36.75 | 32.62 | - |
| YUV | 160.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 146 | 0.12 | 0 | 0.14 | 0.34 | 114.78 | 0.12 | 0.62 |
| Hex | 94 | A9 | 92 | C | 0 | E | 22 | 73 | C | 3E |
| Octal | 224 | 251 | 222 | 14 | 0 | 16 | 42 | 163 | 14 | 76 |
| Binary | 10010100 | 10101001 | 10010010 | 1100 | 0 | 1110 | 100010 | 1110011 | 1100 | 111110 |
Color Harmonies of #94A992
Complementary color
Monochromatic Colors of #94A992
Black with #94A992
Text Example
Text Example
White with #94A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A992; }
p { color: rgb(148,169,146); }
H1.HeaderClassName
{
color: #94A992;
}
.AnyTagClassName
{
color: #94A992;
}
</style>
background-color css
<style>
a { background-color: #94A992; }
a { background-color: rgb(148,169,146); }
div.DivClassName
{
background-color: #94A992;
}
.BgClassName
{
background-color: #94A992;
}
</style>
border-color css
<style>
span { border-color: #94A992; }
span { border-color: rgb(148,169,146); }
td.TdClassName
{
border-color: #94A992;
}
.TagClassName
{
border-color: #94A992;
}
</style>