Shades of Mantle #99AA93
Tints of Mantle #99AA93
RGB
CMYK
RGB Variations
Color information
#99AA93 (or 0x99AA93) is known color: Mantle. HEX triplet: 99, AA and 93. RGB value is (153,170,147). Sum of RGB (Red+Green+Blue) = 153+170+147=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA93 is #66556C. Grayscale: #A2A2A2. Windows color (decimal): -6706541 or 9677465. OLE color: 9677465.
HSL color Cylindrical-coordinate representation of color #99AA93: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99AA93 is Cyan = 0.1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 147 | - |
| CMYK | 0.1 | 0 | 0.14 | 0.33 |
| HSL | 104.35º | 0.12% | 0.62% | - |
| HSV(B) | 104.35º | 0.14% | 0.67% | - |
| XYZ | 32.78 | 37.63 | 33.14 | - |
| YUV | 162.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 147 | 0.1 | 0 | 0.14 | 0.33 | 104.35 | 0.12 | 0.62 |
| Hex | 99 | AA | 93 | A | 0 | E | 21 | 68 | C | 3E |
| Octal | 231 | 252 | 223 | 12 | 0 | 16 | 41 | 150 | 14 | 76 |
| Binary | 10011001 | 10101010 | 10010011 | 1010 | 0 | 1110 | 100001 | 1101000 | 1100 | 111110 |
Color Harmonies of #99AA93
Complementary color
Monochromatic Colors of #99AA93
Black with #99AA93
Text Example
Text Example
White with #99AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA93; }
p { color: rgb(153,170,147); }
H1.HeaderClassName
{
color: #99AA93;
}
.AnyTagClassName
{
color: #99AA93;
}
</style>
background-color css
<style>
a { background-color: #99AA93; }
a { background-color: rgb(153,170,147); }
div.DivClassName
{
background-color: #99AA93;
}
.BgClassName
{
background-color: #99AA93;
}
</style>
border-color css
<style>
span { border-color: #99AA93; }
span { border-color: rgb(153,170,147); }
td.TdClassName
{
border-color: #99AA93;
}
.TagClassName
{
border-color: #99AA93;
}
</style>