#98938B

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

Shades of Nomad #98938B

Tints of Nomad #98938B

Color information

#98938B (or 0x98938B) is unknown color: approx Nomad. HEX triplet: 98, 93 and 8B. RGB value is (152,147,139). Sum of RGB (Red+Green+Blue) = 152+147+139=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #98938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98938B is #676C74. Grayscale: #939393. Windows color (decimal): -6777973 or 9147288. OLE color: 9147288.

HSL color Cylindrical-coordinate representation of color #98938B: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98938B is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152147139-
CMYK00.030.090.40
HSL36.92º5.94%57.06%-
HSV(B)36.92º8.55%59.61%-
XYZ28.0429.4128.62-
YUV147.58123.16131.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=34.70%
G=33.56%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214713900.030.090.4036.925.9457.06
Hex98938B0392825639
Octal23022321303115045671
Binary1001100010010011100010110111001101000100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98938B; }

 p { color: rgb(152,147,139); }

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

<style>
 a { background-color: #98938B; }

 a { background-color: rgb(152,147,139); }

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

<style>
 span { border-color: #98938B; }

 span { border-color: rgb(152,147,139); }

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