Shades of Mantle #9DAA98
Tints of Mantle #9DAA98
RGB
CMYK
RGB Variations
Color information
#9DAA98 (or 0x9DAA98) is known color: Mantle. HEX triplet: 9D, AA and 98. RGB value is (157,170,152). Sum of RGB (Red+Green+Blue) = 157+170+152=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA98 is #625567. Grayscale: #A4A4A4. Windows color (decimal): -6444392 or 10005149. OLE color: 10005149.
HSL color Cylindrical-coordinate representation of color #9DAA98: hue angle of 103.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DAA98 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 152 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.33 |
| HSL | 103.33º | 0.1% | 0.63% | - |
| HSV(B) | 103.33º | 0.11% | 0.67% | - |
| XYZ | 33.95 | 38.18 | 35.29 | - |
| YUV | 164.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 152 | 0.08 | 0 | 0.11 | 0.33 | 103.33 | 0.1 | 0.63 |
| Hex | 9D | AA | 98 | 8 | 0 | B | 21 | 67 | A | 3F |
| Octal | 235 | 252 | 230 | 10 | 0 | 13 | 41 | 147 | 12 | 77 |
| Binary | 10011101 | 10101010 | 10011000 | 1000 | 0 | 1011 | 100001 | 1100111 | 1010 | 111111 |
Color Harmonies of #9DAA98
Complementary color
Monochromatic Colors of #9DAA98
Black with #9DAA98
Text Example
Text Example
White with #9DAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA98; }
p { color: rgb(157,170,152); }
H1.HeaderClassName
{
color: #9DAA98;
}
.AnyTagClassName
{
color: #9DAA98;
}
</style>
background-color css
<style>
a { background-color: #9DAA98; }
a { background-color: rgb(157,170,152); }
div.DivClassName
{
background-color: #9DAA98;
}
.BgClassName
{
background-color: #9DAA98;
}
</style>
border-color css
<style>
span { border-color: #9DAA98; }
span { border-color: rgb(157,170,152); }
td.TdClassName
{
border-color: #9DAA98;
}
.TagClassName
{
border-color: #9DAA98;
}
</style>