Shades of Mantle #9DAB96
Tints of Mantle #9DAB96
RGB
CMYK
RGB Variations
Color information
#9DAB96 (or 0x9DAB96) is known color: Mantle. HEX triplet: 9D, AB and 96. RGB value is (157,171,150). Sum of RGB (Red+Green+Blue) = 157+171+150=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB96 is #625469. Grayscale: #A4A4A4. Windows color (decimal): -6444138 or 9874333. OLE color: 9874333.
HSL color Cylindrical-coordinate representation of color #9DAB96: hue angle of 100º 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 #9DAB96 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 150 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.33 |
| HSL | 100º | 0.11% | 0.63% | - |
| HSV(B) | 100º | 0.12% | 0.67% | - |
| XYZ | 33.97 | 38.5 | 34.49 | - |
| YUV | 164.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 150 | 0.08 | 0 | 0.12 | 0.33 | 100 | 0.11 | 0.63 |
| Hex | 9D | AB | 96 | 8 | 0 | C | 21 | 64 | B | 3F |
| Octal | 235 | 253 | 226 | 10 | 0 | 14 | 41 | 144 | 13 | 77 |
| Binary | 10011101 | 10101011 | 10010110 | 1000 | 0 | 1100 | 100001 | 1100100 | 1011 | 111111 |
Color Harmonies of #9DAB96
Complementary color
Monochromatic Colors of #9DAB96
Black with #9DAB96
Text Example
Text Example
White with #9DAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB96; }
p { color: rgb(157,171,150); }
H1.HeaderClassName
{
color: #9DAB96;
}
.AnyTagClassName
{
color: #9DAB96;
}
</style>
background-color css
<style>
a { background-color: #9DAB96; }
a { background-color: rgb(157,171,150); }
div.DivClassName
{
background-color: #9DAB96;
}
.BgClassName
{
background-color: #9DAB96;
}
</style>
border-color css
<style>
span { border-color: #9DAB96; }
span { border-color: rgb(157,171,150); }
td.TdClassName
{
border-color: #9DAB96;
}
.TagClassName
{
border-color: #9DAB96;
}
</style>