Shades of Mantle #9DB095
Tints of Mantle #9DB095
RGB
CMYK
RGB Variations
Color information
#9DB095 (or 0x9DB095) is known color: Mantle. HEX triplet: 9D, B0 and 95. RGB value is (157,176,149). Sum of RGB (Red+Green+Blue) = 157+176+149=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB095 is #624F6A. Grayscale: #A7A7A7. Windows color (decimal): -6442859 or 9810077. OLE color: 9810077.
HSL color Cylindrical-coordinate representation of color #9DB095: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB095 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 149 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.31 |
| HSL | 102.22º | 0.15% | 0.64% | - |
| HSV(B) | 102.22º | 0.15% | 0.69% | - |
| XYZ | 34.85 | 40.39 | 34.39 | - |
| YUV | 167.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 149 | 0.11 | 0 | 0.15 | 0.31 | 102.22 | 0.15 | 0.64 |
| Hex | 9D | B0 | 95 | B | 0 | F | 1F | 66 | F | 40 |
| Octal | 235 | 260 | 225 | 13 | 0 | 17 | 37 | 146 | 17 | 100 |
| Binary | 10011101 | 10110000 | 10010101 | 1011 | 0 | 1111 | 11111 | 1100110 | 1111 | 1000000 |
Color Harmonies of #9DB095
Complementary color
Monochromatic Colors of #9DB095
Black with #9DB095
Text Example
Text Example
White with #9DB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB095; }
p { color: rgb(157,176,149); }
H1.HeaderClassName
{
color: #9DB095;
}
.AnyTagClassName
{
color: #9DB095;
}
</style>
background-color css
<style>
a { background-color: #9DB095; }
a { background-color: rgb(157,176,149); }
div.DivClassName
{
background-color: #9DB095;
}
.BgClassName
{
background-color: #9DB095;
}
</style>
border-color css
<style>
span { border-color: #9DB095; }
span { border-color: rgb(157,176,149); }
td.TdClassName
{
border-color: #9DB095;
}
.TagClassName
{
border-color: #9DB095;
}
</style>