Shades of Mantle #9DB094
Tints of Mantle #9DB094
RGB
CMYK
RGB Variations
Color information
#9DB094 (or 0x9DB094) is known color: Mantle. HEX triplet: 9D, B0 and 94. RGB value is (157,176,148). Sum of RGB (Red+Green+Blue) = 157+176+148=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB094 is #624F6B. Grayscale: #A7A7A7. Windows color (decimal): -6442860 or 9744541. OLE color: 9744541.
HSL color Cylindrical-coordinate representation of color #9DB094: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB094 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 148 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.31 |
| HSL | 100.71º | 0.15% | 0.64% | - |
| HSV(B) | 100.71º | 0.16% | 0.69% | - |
| XYZ | 34.78 | 40.36 | 33.97 | - |
| YUV | 167.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 148 | 0.11 | 0 | 0.16 | 0.31 | 100.71 | 0.15 | 0.64 |
| Hex | 9D | B0 | 94 | B | 0 | 10 | 1F | 65 | F | 40 |
| Octal | 235 | 260 | 224 | 13 | 0 | 20 | 37 | 145 | 17 | 100 |
| Binary | 10011101 | 10110000 | 10010100 | 1011 | 0 | 10000 | 11111 | 1100101 | 1111 | 1000000 |
Color Harmonies of #9DB094
Complementary color
Monochromatic Colors of #9DB094
Black with #9DB094
Text Example
Text Example
White with #9DB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB094; }
p { color: rgb(157,176,148); }
H1.HeaderClassName
{
color: #9DB094;
}
.AnyTagClassName
{
color: #9DB094;
}
</style>
background-color css
<style>
a { background-color: #9DB094; }
a { background-color: rgb(157,176,148); }
div.DivClassName
{
background-color: #9DB094;
}
.BgClassName
{
background-color: #9DB094;
}
</style>
border-color css
<style>
span { border-color: #9DB094; }
span { border-color: rgb(157,176,148); }
td.TdClassName
{
border-color: #9DB094;
}
.TagClassName
{
border-color: #9DB094;
}
</style>