Shades of Nomad #9E9988
Tints of Nomad #9E9988
RGB
CMYK
RGB Variations
Color information
#9E9988 (or 0x9E9988) is known color: Nomad. HEX triplet: 9E, 99 and 88. RGB value is (158,153,136). Sum of RGB (Red+Green+Blue) = 158+153+136=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9988 is #616677. Grayscale: #989898. Windows color (decimal): -6383224 or 8952222. OLE color: 8952222.
HSL color Cylindrical-coordinate representation of color #9E9988: hue angle of 46.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E9988 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 136 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.38 |
| HSL | 46.36º | 0.1% | 0.58% | - |
| HSV(B) | 46.36º | 0.14% | 0.62% | - |
| XYZ | 29.94 | 31.83 | 27.86 | - |
| YUV | 152.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 136 | 0 | 0.03 | 0.14 | 0.38 | 46.36 | 0.1 | 0.58 |
| Hex | 9E | 99 | 88 | 0 | 3 | E | 26 | 2E | A | 3A |
| Octal | 236 | 231 | 210 | 0 | 3 | 16 | 46 | 56 | 12 | 72 |
| Binary | 10011110 | 10011001 | 10001000 | 0 | 11 | 1110 | 100110 | 101110 | 1010 | 111010 |
Color Harmonies of #9E9988
Complementary color
Monochromatic Colors of #9E9988
Black with #9E9988
Text Example
Text Example
White with #9E9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9988; }
p { color: rgb(158,153,136); }
H1.HeaderClassName
{
color: #9E9988;
}
.AnyTagClassName
{
color: #9E9988;
}
</style>
background-color css
<style>
a { background-color: #9E9988; }
a { background-color: rgb(158,153,136); }
div.DivClassName
{
background-color: #9E9988;
}
.BgClassName
{
background-color: #9E9988;
}
</style>
border-color css
<style>
span { border-color: #9E9988; }
span { border-color: rgb(158,153,136); }
td.TdClassName
{
border-color: #9E9988;
}
.TagClassName
{
border-color: #9E9988;
}
</style>