Shades of Mantle #94AB90
Tints of Mantle #94AB90
RGB
CMYK
RGB Variations
Color information
#94AB90 (or 0x94AB90) is known color: Mantle. HEX triplet: 94, AB and 90. RGB value is (148,171,144). Sum of RGB (Red+Green+Blue) = 148+171+144=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB90 is #6B546F. Grayscale: #A1A1A1. Windows color (decimal): -7033968 or 9481108. OLE color: 9481108.
HSL color Cylindrical-coordinate representation of color #94AB90: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94AB90 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 144 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.33 |
| HSL | 111.11º | 0.14% | 0.62% | - |
| HSV(B) | 111.11º | 0.16% | 0.67% | - |
| XYZ | 31.81 | 37.44 | 31.93 | - |
| YUV | 161.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 144 | 0.13 | 0 | 0.16 | 0.33 | 111.11 | 0.14 | 0.62 |
| Hex | 94 | AB | 90 | D | 0 | 10 | 21 | 6F | E | 3E |
| Octal | 224 | 253 | 220 | 15 | 0 | 20 | 41 | 157 | 16 | 76 |
| Binary | 10010100 | 10101011 | 10010000 | 1101 | 0 | 10000 | 100001 | 1101111 | 1110 | 111110 |
Color Harmonies of #94AB90
Complementary color
Monochromatic Colors of #94AB90
Black with #94AB90
Text Example
Text Example
White with #94AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB90; }
p { color: rgb(148,171,144); }
H1.HeaderClassName
{
color: #94AB90;
}
.AnyTagClassName
{
color: #94AB90;
}
</style>
background-color css
<style>
a { background-color: #94AB90; }
a { background-color: rgb(148,171,144); }
div.DivClassName
{
background-color: #94AB90;
}
.BgClassName
{
background-color: #94AB90;
}
</style>
border-color css
<style>
span { border-color: #94AB90; }
span { border-color: rgb(148,171,144); }
td.TdClassName
{
border-color: #94AB90;
}
.TagClassName
{
border-color: #94AB90;
}
</style>