Shades of Mantle #99AB96
Tints of Mantle #99AB96
RGB
CMYK
RGB Variations
Color information
#99AB96 (or 0x99AB96) is known color: Mantle. HEX triplet: 99, AB and 96. RGB value is (153,171,150). Sum of RGB (Red+Green+Blue) = 153+171+150=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB96 is #665469. Grayscale: #A3A3A3. Windows color (decimal): -6706282 or 9874329. OLE color: 9874329.
HSL color Cylindrical-coordinate representation of color #99AB96: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AB96 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 150 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.33 |
| HSL | 111.43º | 0.11% | 0.63% | - |
| HSV(B) | 111.43º | 0.12% | 0.67% | - |
| XYZ | 33.2 | 38.1 | 34.46 | - |
| YUV | 163.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 150 | 0.11 | 0 | 0.12 | 0.33 | 111.43 | 0.11 | 0.63 |
| Hex | 99 | AB | 96 | B | 0 | C | 21 | 6F | B | 3F |
| Octal | 231 | 253 | 226 | 13 | 0 | 14 | 41 | 157 | 13 | 77 |
| Binary | 10011001 | 10101011 | 10010110 | 1011 | 0 | 1100 | 100001 | 1101111 | 1011 | 111111 |
Color Harmonies of #99AB96
Complementary color
Monochromatic Colors of #99AB96
Black with #99AB96
Text Example
Text Example
White with #99AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB96; }
p { color: rgb(153,171,150); }
H1.HeaderClassName
{
color: #99AB96;
}
.AnyTagClassName
{
color: #99AB96;
}
</style>
background-color css
<style>
a { background-color: #99AB96; }
a { background-color: rgb(153,171,150); }
div.DivClassName
{
background-color: #99AB96;
}
.BgClassName
{
background-color: #99AB96;
}
</style>
border-color css
<style>
span { border-color: #99AB96; }
span { border-color: rgb(153,171,150); }
td.TdClassName
{
border-color: #99AB96;
}
.TagClassName
{
border-color: #99AB96;
}
</style>