Shades of Mantle #99A396
Tints of Mantle #99A396
RGB
CMYK
RGB Variations
Color information
#99A396 (or 0x99A396) is known color: Mantle. HEX triplet: 99, A3 and 96. RGB value is (153,163,150). Sum of RGB (Red+Green+Blue) = 153+163+150=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #99A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A396 is #665C69. Grayscale: #9E9E9E. Windows color (decimal): -6708330 or 9872281. OLE color: 9872281.
HSL color Cylindrical-coordinate representation of color #99A396: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A396 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 150 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.36 |
| HSL | 106.15º | 0.07% | 0.61% | - |
| HSV(B) | 106.15º | 0.08% | 0.64% | - |
| XYZ | 31.74 | 35.17 | 33.97 | - |
| YUV | 158.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 150 | 0.06 | 0 | 0.08 | 0.36 | 106.15 | 0.07 | 0.61 |
| Hex | 99 | A3 | 96 | 6 | 0 | 8 | 24 | 6A | 7 | 3D |
| Octal | 231 | 243 | 226 | 6 | 0 | 10 | 44 | 152 | 7 | 75 |
| Binary | 10011001 | 10100011 | 10010110 | 110 | 0 | 1000 | 100100 | 1101010 | 111 | 111101 |
Color Harmonies of #99A396
Complementary color
Monochromatic Colors of #99A396
Black with #99A396
Text Example
Text Example
White with #99A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A396; }
p { color: rgb(153,163,150); }
H1.HeaderClassName
{
color: #99A396;
}
.AnyTagClassName
{
color: #99A396;
}
</style>
background-color css
<style>
a { background-color: #99A396; }
a { background-color: rgb(153,163,150); }
div.DivClassName
{
background-color: #99A396;
}
.BgClassName
{
background-color: #99A396;
}
</style>
border-color css
<style>
span { border-color: #99A396; }
span { border-color: rgb(153,163,150); }
td.TdClassName
{
border-color: #99A396;
}
.TagClassName
{
border-color: #99A396;
}
</style>