Shades of Mantle #9DAC98
Tints of Mantle #9DAC98
RGB
CMYK
RGB Variations
Color information
#9DAC98 (or 0x9DAC98) is known color: Mantle. HEX triplet: 9D, AC and 98. RGB value is (157,172,152). Sum of RGB (Red+Green+Blue) = 157+172+152=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC98 is #625367. Grayscale: #A5A5A5. Windows color (decimal): -6443880 or 10005661. OLE color: 10005661.
HSL color Cylindrical-coordinate representation of color #9DAC98: hue angle of 105º 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 #9DAC98 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 152 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.33 |
| HSL | 105º | 0.11% | 0.64% | - |
| HSV(B) | 105º | 0.12% | 0.67% | - |
| XYZ | 34.32 | 38.94 | 35.41 | - |
| YUV | 165.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 152 | 0.09 | 0 | 0.12 | 0.33 | 105 | 0.11 | 0.64 |
| Hex | 9D | AC | 98 | 9 | 0 | C | 21 | 69 | B | 40 |
| Octal | 235 | 254 | 230 | 11 | 0 | 14 | 41 | 151 | 13 | 100 |
| Binary | 10011101 | 10101100 | 10011000 | 1001 | 0 | 1100 | 100001 | 1101001 | 1011 | 1000000 |
Color Harmonies of #9DAC98
Complementary color
Monochromatic Colors of #9DAC98
Black with #9DAC98
Text Example
Text Example
White with #9DAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC98; }
p { color: rgb(157,172,152); }
H1.HeaderClassName
{
color: #9DAC98;
}
.AnyTagClassName
{
color: #9DAC98;
}
</style>
background-color css
<style>
a { background-color: #9DAC98; }
a { background-color: rgb(157,172,152); }
div.DivClassName
{
background-color: #9DAC98;
}
.BgClassName
{
background-color: #9DAC98;
}
</style>
border-color css
<style>
span { border-color: #9DAC98; }
span { border-color: rgb(157,172,152); }
td.TdClassName
{
border-color: #9DAC98;
}
.TagClassName
{
border-color: #9DAC98;
}
</style>