Shades of Mantle #9DA599
Tints of Mantle #9DA599
RGB
CMYK
RGB Variations
Color information
#9DA599 (or 0x9DA599) is known color: Mantle. HEX triplet: 9D, A5 and 99. RGB value is (157,165,153). Sum of RGB (Red+Green+Blue) = 157+165+153=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA599 is #625A66. Grayscale: #A1A1A1. Windows color (decimal): -6445671 or 10069405. OLE color: 10069405.
HSL color Cylindrical-coordinate representation of color #9DA599: hue angle of 100º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9DA599 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 153 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.35 |
| HSL | 100º | 0.06% | 0.62% | - |
| HSV(B) | 100º | 0.07% | 0.65% | - |
| XYZ | 33.11 | 36.38 | 35.41 | - |
| YUV | 161.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 153 | 0.05 | 0 | 0.07 | 0.35 | 100 | 0.06 | 0.62 |
| Hex | 9D | A5 | 99 | 5 | 0 | 7 | 23 | 64 | 6 | 3E |
| Octal | 235 | 245 | 231 | 5 | 0 | 7 | 43 | 144 | 6 | 76 |
| Binary | 10011101 | 10100101 | 10011001 | 101 | 0 | 111 | 100011 | 1100100 | 110 | 111110 |
Color Harmonies of #9DA599
Complementary color
Monochromatic Colors of #9DA599
Black with #9DA599
Text Example
Text Example
White with #9DA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA599; }
p { color: rgb(157,165,153); }
H1.HeaderClassName
{
color: #9DA599;
}
.AnyTagClassName
{
color: #9DA599;
}
</style>
background-color css
<style>
a { background-color: #9DA599; }
a { background-color: rgb(157,165,153); }
div.DivClassName
{
background-color: #9DA599;
}
.BgClassName
{
background-color: #9DA599;
}
</style>
border-color css
<style>
span { border-color: #9DA599; }
span { border-color: rgb(157,165,153); }
td.TdClassName
{
border-color: #9DA599;
}
.TagClassName
{
border-color: #9DA599;
}
</style>