#9E998B

Color #9E998B Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #9E998B

Tints of Nomad #9E998B

Color information

#9E998B (or 0x9E998B) is unknown color: approx Nomad. HEX triplet: 9E, 99 and 8B. RGB value is (158,153,139). Sum of RGB (Red+Green+Blue) = 158+153+139=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 158 - color contains mainly: red. Hex color #9E998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E998B is #616674. Grayscale: #989898. Windows color (decimal): -6383221 or 9148830. OLE color: 9148830.

HSL color Cylindrical-coordinate representation of color #9E998B: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E998B is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158153139-
CMYK00.030.120.38
HSL44.21º8.92%58.24%-
HSV(B)44.21º12.03%61.96%-
XYZ30.1531.9229-
YUV152.9120.16131.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=35.11%
G=34%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815313900.030.120.3844.218.9258.24
Hex9E998B03C262c93a
Octal236231213031446541172
Binary10011110100110011000101101111001001101011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E998B; }

 p { color: rgb(158,153,139); }

 H1.HeaderClassName
 {
   color: #9E998B;
 }
 .AnyTagClassName
 {
   color: #9E998B;
 }
</style>
background-color css

<style>
 a { background-color: #9E998B; }

 a { background-color: rgb(158,153,139); }

 div.DivClassName
 {
   background-color: #9E998B;
 }
 .BgClassName
 {
   background-color: #9E998B;
 }
</style>
border-color css

<style>
 span { border-color: #9E998B; }

 span { border-color: rgb(158,153,139); }

 td.TdClassName
 {
   border-color: #9E998B;
 }
 .TagClassName
 {
   border-color: #9E998B;
 }
</style>