Shades of Mantle #9DA59C
Tints of Mantle #9DA59C
RGB
CMYK
RGB Variations
Color information
#9DA59C (or 0x9DA59C) is known color: Mantle. HEX triplet: 9D, A5 and 9C. RGB value is (157,165,156). Sum of RGB (Red+Green+Blue) = 157+165+156=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA59C is #625A63. Grayscale: #A1A1A1. Windows color (decimal): -6445668 or 10266013. OLE color: 10266013.
HSL color Cylindrical-coordinate representation of color #9DA59C: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9DA59C is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 156 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.35 |
| HSL | 113.33º | 0.05% | 0.63% | - |
| HSV(B) | 113.33º | 0.05% | 0.65% | - |
| XYZ | 33.36 | 36.48 | 36.74 | - |
| YUV | 161.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 156 | 0.05 | 0 | 0.05 | 0.35 | 113.33 | 0.05 | 0.63 |
| Hex | 9D | A5 | 9C | 5 | 0 | 5 | 23 | 71 | 5 | 3F |
| Octal | 235 | 245 | 234 | 5 | 0 | 5 | 43 | 161 | 5 | 77 |
| Binary | 10011101 | 10100101 | 10011100 | 101 | 0 | 101 | 100011 | 1110001 | 101 | 111111 |
Color Harmonies of #9DA59C
Complementary color
Monochromatic Colors of #9DA59C
Black with #9DA59C
Text Example
Text Example
White with #9DA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA59C; }
p { color: rgb(157,165,156); }
H1.HeaderClassName
{
color: #9DA59C;
}
.AnyTagClassName
{
color: #9DA59C;
}
</style>
background-color css
<style>
a { background-color: #9DA59C; }
a { background-color: rgb(157,165,156); }
div.DivClassName
{
background-color: #9DA59C;
}
.BgClassName
{
background-color: #9DA59C;
}
</style>
border-color css
<style>
span { border-color: #9DA59C; }
span { border-color: rgb(157,165,156); }
td.TdClassName
{
border-color: #9DA59C;
}
.TagClassName
{
border-color: #9DA59C;
}
</style>