Shades of Mantle #99AA94
Tints of Mantle #99AA94
RGB
CMYK
RGB Variations
Color information
#99AA94 (or 0x99AA94) is known color: Mantle. HEX triplet: 99, AA and 94. RGB value is (153,170,148). Sum of RGB (Red+Green+Blue) = 153+170+148=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA94 is #66556B. Grayscale: #A2A2A2. Windows color (decimal): -6706540 or 9743001. OLE color: 9743001.
HSL color Cylindrical-coordinate representation of color #99AA94: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AA94 is Cyan = 0.1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 148 | - |
| CMYK | 0.1 | 0 | 0.13 | 0.33 |
| HSL | 106.36º | 0.11% | 0.62% | - |
| HSV(B) | 106.36º | 0.13% | 0.67% | - |
| XYZ | 32.86 | 37.66 | 33.55 | - |
| YUV | 162.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 148 | 0.1 | 0 | 0.13 | 0.33 | 106.36 | 0.11 | 0.62 |
| Hex | 99 | AA | 94 | A | 0 | D | 21 | 6A | B | 3E |
| Octal | 231 | 252 | 224 | 12 | 0 | 15 | 41 | 152 | 13 | 76 |
| Binary | 10011001 | 10101010 | 10010100 | 1010 | 0 | 1101 | 100001 | 1101010 | 1011 | 111110 |
Color Harmonies of #99AA94
Complementary color
Monochromatic Colors of #99AA94
Black with #99AA94
Text Example
Text Example
White with #99AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA94; }
p { color: rgb(153,170,148); }
H1.HeaderClassName
{
color: #99AA94;
}
.AnyTagClassName
{
color: #99AA94;
}
</style>
background-color css
<style>
a { background-color: #99AA94; }
a { background-color: rgb(153,170,148); }
div.DivClassName
{
background-color: #99AA94;
}
.BgClassName
{
background-color: #99AA94;
}
</style>
border-color css
<style>
span { border-color: #99AA94; }
span { border-color: rgb(153,170,148); }
td.TdClassName
{
border-color: #99AA94;
}
.TagClassName
{
border-color: #99AA94;
}
</style>