#9C988E

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

Shades of Nomad #9C988E

Tints of Nomad #9C988E

Color information

#9C988E (or 0x9C988E) is unknown color: approx Nomad. HEX triplet: 9C, 98 and 8E. RGB value is (156,152,142). Sum of RGB (Red+Green+Blue) = 156+152+142=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C988E is #636771. Grayscale: #989898. Windows color (decimal): -6514546 or 9345180. OLE color: 9345180.

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

Color convert

RGB156152142-
CMYK00.030.090.39
HSL42.86º6.6%58.43%-
HSV(B)42.86º8.97%61.18%-
XYZ29.8231.4830.1-
YUV152.06122.33130.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=34.67%
G=33.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615214200.030.090.3942.866.658.43
Hex9C988E039272b73a
Octal23423021603114753772
Binary1001110010011000100011100111001100111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,142); }

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

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

 a { background-color: rgb(156,152,142); }

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

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

 span { border-color: rgb(156,152,142); }

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