Shades of Mantle #9DB09C
Tints of Mantle #9DB09C
RGB
CMYK
RGB Variations
Color information
#9DB09C (or 0x9DB09C) is known color: Mantle. HEX triplet: 9D, B0 and 9C. RGB value is (157,176,156). Sum of RGB (Red+Green+Blue) = 157+176+156=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB09C is #624F63. Grayscale: #A8A8A8. Windows color (decimal): -6442852 or 10268829. OLE color: 10268829.
HSL color Cylindrical-coordinate representation of color #9DB09C: hue angle of 117º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB09C is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 156 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.31 |
| HSL | 117º | 0.11% | 0.65% | - |
| HSV(B) | 117º | 0.11% | 0.69% | - |
| XYZ | 35.43 | 40.62 | 37.43 | - |
| YUV | 168.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 156 | 0.11 | 0 | 0.11 | 0.31 | 117 | 0.11 | 0.65 |
| Hex | 9D | B0 | 9C | B | 0 | B | 1F | 75 | B | 41 |
| Octal | 235 | 260 | 234 | 13 | 0 | 13 | 37 | 165 | 13 | 101 |
| Binary | 10011101 | 10110000 | 10011100 | 1011 | 0 | 1011 | 11111 | 1110101 | 1011 | 1000001 |
Color Harmonies of #9DB09C
Complementary color
Monochromatic Colors of #9DB09C
Black with #9DB09C
Text Example
Text Example
White with #9DB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB09C; }
p { color: rgb(157,176,156); }
H1.HeaderClassName
{
color: #9DB09C;
}
.AnyTagClassName
{
color: #9DB09C;
}
</style>
background-color css
<style>
a { background-color: #9DB09C; }
a { background-color: rgb(157,176,156); }
div.DivClassName
{
background-color: #9DB09C;
}
.BgClassName
{
background-color: #9DB09C;
}
</style>
border-color css
<style>
span { border-color: #9DB09C; }
span { border-color: rgb(157,176,156); }
td.TdClassName
{
border-color: #9DB09C;
}
.TagClassName
{
border-color: #9DB09C;
}
</style>