Shades of Mantle #99A296
Tints of Mantle #99A296
RGB
CMYK
RGB Variations
Color information
#99A296 (or 0x99A296) is known color: Mantle. HEX triplet: 99, A2 and 96. RGB value is (153,162,150). Sum of RGB (Red+Green+Blue) = 153+162+150=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #99A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A296 is #665D69. Grayscale: #9D9D9D. Windows color (decimal): -6708586 or 9872025. OLE color: 9872025.
HSL color Cylindrical-coordinate representation of color #99A296: hue angle of 105º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A296 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 150 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.36 |
| HSL | 105º | 0.06% | 0.61% | - |
| HSV(B) | 105º | 0.07% | 0.64% | - |
| XYZ | 31.56 | 34.81 | 33.91 | - |
| YUV | 157.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 150 | 0.06 | 0 | 0.07 | 0.36 | 105 | 0.06 | 0.61 |
| Hex | 99 | A2 | 96 | 6 | 0 | 7 | 24 | 69 | 6 | 3D |
| Octal | 231 | 242 | 226 | 6 | 0 | 7 | 44 | 151 | 6 | 75 |
| Binary | 10011001 | 10100010 | 10010110 | 110 | 0 | 111 | 100100 | 1101001 | 110 | 111101 |
Color Harmonies of #99A296
Complementary color
Monochromatic Colors of #99A296
Black with #99A296
Text Example
Text Example
White with #99A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A296; }
p { color: rgb(153,162,150); }
H1.HeaderClassName
{
color: #99A296;
}
.AnyTagClassName
{
color: #99A296;
}
</style>
background-color css
<style>
a { background-color: #99A296; }
a { background-color: rgb(153,162,150); }
div.DivClassName
{
background-color: #99A296;
}
.BgClassName
{
background-color: #99A296;
}
</style>
border-color css
<style>
span { border-color: #99A296; }
span { border-color: rgb(153,162,150); }
td.TdClassName
{
border-color: #99A296;
}
.TagClassName
{
border-color: #99A296;
}
</style>