Shades of Mantle #99A793
Tints of Mantle #99A793
RGB
CMYK
RGB Variations
Color information
#99A793 (or 0x99A793) is known color: Mantle. HEX triplet: 99, A7 and 93. RGB value is (153,167,147). Sum of RGB (Red+Green+Blue) = 153+167+147=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #99A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A793 is #66586C. Grayscale: #A0A0A0. Windows color (decimal): -6707309 or 9676697. OLE color: 9676697.
HSL color Cylindrical-coordinate representation of color #99A793: hue angle of 102º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A793 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 147 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.35 |
| HSL | 102º | 0.1% | 0.62% | - |
| HSV(B) | 102º | 0.12% | 0.65% | - |
| XYZ | 32.22 | 36.52 | 32.95 | - |
| YUV | 160.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 147 | 0.08 | 0 | 0.12 | 0.35 | 102 | 0.1 | 0.62 |
| Hex | 99 | A7 | 93 | 8 | 0 | C | 23 | 66 | A | 3E |
| Octal | 231 | 247 | 223 | 10 | 0 | 14 | 43 | 146 | 12 | 76 |
| Binary | 10011001 | 10100111 | 10010011 | 1000 | 0 | 1100 | 100011 | 1100110 | 1010 | 111110 |
Color Harmonies of #99A793
Complementary color
Monochromatic Colors of #99A793
Black with #99A793
Text Example
Text Example
White with #99A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A793; }
p { color: rgb(153,167,147); }
H1.HeaderClassName
{
color: #99A793;
}
.AnyTagClassName
{
color: #99A793;
}
</style>
background-color css
<style>
a { background-color: #99A793; }
a { background-color: rgb(153,167,147); }
div.DivClassName
{
background-color: #99A793;
}
.BgClassName
{
background-color: #99A793;
}
</style>
border-color css
<style>
span { border-color: #99A793; }
span { border-color: rgb(153,167,147); }
td.TdClassName
{
border-color: #99A793;
}
.TagClassName
{
border-color: #99A793;
}
</style>