Shades of Nomad #9D988B
Tints of Nomad #9D988B
RGB
CMYK
RGB Variations
Color information
#9D988B (or 0x9D988B) is known color: Nomad. HEX triplet: 9D, 98 and 8B. RGB value is (157,152,139). Sum of RGB (Red+Green+Blue) = 157+152+139=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 157 - color contains mainly: red. Hex color #9D988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D988B is #626774. Grayscale: #989898. Windows color (decimal): -6449013 or 9148573. OLE color: 9148573.
HSL color Cylindrical-coordinate representation of color #9D988B: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D988B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 139 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.38 |
| HSL | 43.33º | 0.08% | 0.58% | - |
| HSV(B) | 43.33º | 0.11% | 0.62% | - |
| XYZ | 29.79 | 31.49 | 28.93 | - |
| YUV | 152.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 139 | 0 | 0.03 | 0.11 | 0.38 | 43.33 | 0.08 | 0.58 |
| Hex | 9D | 98 | 8B | 0 | 3 | B | 26 | 2B | 8 | 3A |
| Octal | 235 | 230 | 213 | 0 | 3 | 13 | 46 | 53 | 10 | 72 |
| Binary | 10011101 | 10011000 | 10001011 | 0 | 11 | 1011 | 100110 | 101011 | 1000 | 111010 |
Color Harmonies of #9D988B
Complementary color
Monochromatic Colors of #9D988B
Black with #9D988B
Text Example
Text Example
White with #9D988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D988B; }
p { color: rgb(157,152,139); }
H1.HeaderClassName
{
color: #9D988B;
}
.AnyTagClassName
{
color: #9D988B;
}
</style>
background-color css
<style>
a { background-color: #9D988B; }
a { background-color: rgb(157,152,139); }
div.DivClassName
{
background-color: #9D988B;
}
.BgClassName
{
background-color: #9D988B;
}
</style>
border-color css
<style>
span { border-color: #9D988B; }
span { border-color: rgb(157,152,139); }
td.TdClassName
{
border-color: #9D988B;
}
.TagClassName
{
border-color: #9D988B;
}
</style>