#9D988A

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

Shades of Nomad #9D988A

Tints of Nomad #9D988A

Color information

#9D988A (or 0x9D988A) is unknown color: approx Nomad. HEX triplet: 9D, 98 and 8A. RGB value is (157,152,138). Sum of RGB (Red+Green+Blue) = 157+152+138=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 157 - color contains mainly: red. Hex color #9D988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D988A is #626775. Grayscale: #979797. Windows color (decimal): -6449014 or 9083037. OLE color: 9083037.

HSL color Cylindrical-coordinate representation of color #9D988A: 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 #9D988A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB157152138-
CMYK00.030.120.38
HSL44.21º8.84%57.84%-
HSV(B)44.21º12.1%61.57%-
XYZ29.7231.4628.55-
YUV151.9120.16131.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=35.12%
G=34.00%
B=30.87%

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
Decimal15715213800.030.120.3844.218.8457.84
Hex9D988A03C262c93a
Octal235230212031446541172
Binary10011101100110001000101001111001001101011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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