Shades of Mantle #99A598
Tints of Mantle #99A598
RGB
CMYK
RGB Variations
Color information
#99A598 (or 0x99A598) is known color: Mantle. HEX triplet: 99, A5 and 98. RGB value is (153,165,152). Sum of RGB (Red+Green+Blue) = 153+165+152=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #99A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A598 is #665A67. Grayscale: #9F9F9F. Windows color (decimal): -6707816 or 10003865. OLE color: 10003865.
HSL color Cylindrical-coordinate representation of color #99A598: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A598 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 152 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.35 |
| HSL | 115.38º | 0.07% | 0.62% | - |
| HSV(B) | 115.38º | 0.08% | 0.65% | - |
| XYZ | 32.26 | 35.95 | 34.94 | - |
| YUV | 159.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 152 | 0.07 | 0 | 0.08 | 0.35 | 115.38 | 0.07 | 0.62 |
| Hex | 99 | A5 | 98 | 7 | 0 | 8 | 23 | 73 | 7 | 3E |
| Octal | 231 | 245 | 230 | 7 | 0 | 10 | 43 | 163 | 7 | 76 |
| Binary | 10011001 | 10100101 | 10011000 | 111 | 0 | 1000 | 100011 | 1110011 | 111 | 111110 |
Color Harmonies of #99A598
Complementary color
Monochromatic Colors of #99A598
Black with #99A598
Text Example
Text Example
White with #99A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A598; }
p { color: rgb(153,165,152); }
H1.HeaderClassName
{
color: #99A598;
}
.AnyTagClassName
{
color: #99A598;
}
</style>
background-color css
<style>
a { background-color: #99A598; }
a { background-color: rgb(153,165,152); }
div.DivClassName
{
background-color: #99A598;
}
.BgClassName
{
background-color: #99A598;
}
</style>
border-color css
<style>
span { border-color: #99A598; }
span { border-color: rgb(153,165,152); }
td.TdClassName
{
border-color: #99A598;
}
.TagClassName
{
border-color: #99A598;
}
</style>