Shades of Mantle #9AAC98
Tints of Mantle #9AAC98
RGB
CMYK
RGB Variations
Color information
#9AAC98 (or 0x9AAC98) is known color: Mantle. HEX triplet: 9A, AC and 98. RGB value is (154,172,152). Sum of RGB (Red+Green+Blue) = 154+172+152=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC98 is #655367. Grayscale: #A4A4A4. Windows color (decimal): -6640488 or 10005658. OLE color: 10005658.
HSL color Cylindrical-coordinate representation of color #9AAC98: hue angle of 114º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAC98 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 152 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.33 |
| HSL | 114º | 0.11% | 0.64% | - |
| HSV(B) | 114º | 0.12% | 0.67% | - |
| XYZ | 33.75 | 38.64 | 35.39 | - |
| YUV | 164.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 152 | 0.10 | 0 | 0.12 | 0.33 | 114 | 0.11 | 0.64 |
| Hex | 9A | AC | 98 | A | 0 | C | 21 | 72 | B | 40 |
| Octal | 232 | 254 | 230 | 12 | 0 | 14 | 41 | 162 | 13 | 100 |
| Binary | 10011010 | 10101100 | 10011000 | 1010 | 0 | 1100 | 100001 | 1110010 | 1011 | 1000000 |
Color Harmonies of #9AAC98
Complementary color
Monochromatic Colors of #9AAC98
Black with #9AAC98
Text Example
Text Example
White with #9AAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC98; }
p { color: rgb(154,172,152); }
H1.HeaderClassName
{
color: #9AAC98;
}
.AnyTagClassName
{
color: #9AAC98;
}
</style>
background-color css
<style>
a { background-color: #9AAC98; }
a { background-color: rgb(154,172,152); }
div.DivClassName
{
background-color: #9AAC98;
}
.BgClassName
{
background-color: #9AAC98;
}
</style>
border-color css
<style>
span { border-color: #9AAC98; }
span { border-color: rgb(154,172,152); }
td.TdClassName
{
border-color: #9AAC98;
}
.TagClassName
{
border-color: #9AAC98;
}
</style>