Shades of Nomad #9D998E
Tints of Nomad #9D998E
RGB
CMYK
RGB Variations
Color information
#9D998E (or 0x9D998E) is known color: Nomad. HEX triplet: 9D, 99 and 8E. RGB value is (157,153,142). Sum of RGB (Red+Green+Blue) = 157+153+142=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 157 - color contains mainly: red. Hex color #9D998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D998E is #626671. Grayscale: #989898. Windows color (decimal): -6448754 or 9345437. OLE color: 9345437.
HSL color Cylindrical-coordinate representation of color #9D998E: hue angle of 44º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D998E is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 142 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.38 |
| HSL | 44º | 0.07% | 0.59% | - |
| HSV(B) | 44º | 0.1% | 0.62% | - |
| XYZ | 30.18 | 31.9 | 30.16 | - |
| YUV | 152.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 142 | 0 | 0.03 | 0.10 | 0.38 | 44 | 0.07 | 0.59 |
| Hex | 9D | 99 | 8E | 0 | 3 | A | 26 | 2C | 7 | 3B |
| Octal | 235 | 231 | 216 | 0 | 3 | 12 | 46 | 54 | 7 | 73 |
| Binary | 10011101 | 10011001 | 10001110 | 0 | 11 | 1010 | 100110 | 101100 | 111 | 111011 |
Color Harmonies of #9D998E
Complementary color
Monochromatic Colors of #9D998E
Black with #9D998E
Text Example
Text Example
White with #9D998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D998E; }
p { color: rgb(157,153,142); }
H1.HeaderClassName
{
color: #9D998E;
}
.AnyTagClassName
{
color: #9D998E;
}
</style>
background-color css
<style>
a { background-color: #9D998E; }
a { background-color: rgb(157,153,142); }
div.DivClassName
{
background-color: #9D998E;
}
.BgClassName
{
background-color: #9D998E;
}
</style>
border-color css
<style>
span { border-color: #9D998E; }
span { border-color: rgb(157,153,142); }
td.TdClassName
{
border-color: #9D998E;
}
.TagClassName
{
border-color: #9D998E;
}
</style>