#9E988A

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

Shades of Nomad #9E988A

Tints of Nomad #9E988A

Color information

#9E988A (or 0x9E988A) is unknown color: approx Nomad. HEX triplet: 9E, 98 and 8A. RGB value is (158,152,138). Sum of RGB (Red+Green+Blue) = 158+152+138=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E988A is #616775. Grayscale: #989898. Windows color (decimal): -6383478 or 9083038. OLE color: 9083038.

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

Color convert

RGB158152138-
CMYK00.040.130.38
HSL42º9.35%58.04%-
HSV(B)42º12.66%61.96%-
XYZ29.9231.5628.56-
YUV152.2119.99132.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=35.27%
G=33.93%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815213800.040.130.38429.3558.04
Hex9E988A04D262a93a
Octal236230212041546521172
Binary100111101001100010001010010011011001101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,152,138); }

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

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

 a { background-color: rgb(158,152,138); }

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

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

 span { border-color: rgb(158,152,138); }

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