Shades of Mantle #99A395
Tints of Mantle #99A395
RGB
CMYK
RGB Variations
Color information
#99A395 (or 0x99A395) is known color: Mantle. HEX triplet: 99, A3 and 95. RGB value is (153,163,149). Sum of RGB (Red+Green+Blue) = 153+163+149=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #99A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A395 is #665C6A. Grayscale: #9E9E9E. Windows color (decimal): -6708331 or 9806745. OLE color: 9806745.
HSL color Cylindrical-coordinate representation of color #99A395: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A395 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 149 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.36 |
| HSL | 102.86º | 0.07% | 0.61% | - |
| HSV(B) | 102.86º | 0.09% | 0.64% | - |
| XYZ | 31.66 | 35.14 | 33.55 | - |
| YUV | 158.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 149 | 0.06 | 0 | 0.09 | 0.36 | 102.86 | 0.07 | 0.61 |
| Hex | 99 | A3 | 95 | 6 | 0 | 9 | 24 | 67 | 7 | 3D |
| Octal | 231 | 243 | 225 | 6 | 0 | 11 | 44 | 147 | 7 | 75 |
| Binary | 10011001 | 10100011 | 10010101 | 110 | 0 | 1001 | 100100 | 1100111 | 111 | 111101 |
Color Harmonies of #99A395
Complementary color
Monochromatic Colors of #99A395
Black with #99A395
Text Example
Text Example
White with #99A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A395; }
p { color: rgb(153,163,149); }
H1.HeaderClassName
{
color: #99A395;
}
.AnyTagClassName
{
color: #99A395;
}
</style>
background-color css
<style>
a { background-color: #99A395; }
a { background-color: rgb(153,163,149); }
div.DivClassName
{
background-color: #99A395;
}
.BgClassName
{
background-color: #99A395;
}
</style>
border-color css
<style>
span { border-color: #99A395; }
span { border-color: rgb(153,163,149); }
td.TdClassName
{
border-color: #99A395;
}
.TagClassName
{
border-color: #99A395;
}
</style>