#9B978F

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

Shades of Nomad #9B978F

Tints of Nomad #9B978F

Color information

#9B978F (or 0x9B978F) is unknown color: approx Nomad. HEX triplet: 9B, 97 and 8F. RGB value is (155,151,143). Sum of RGB (Red+Green+Blue) = 155+151+143=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B978F is #646870. Grayscale: #979797. Windows color (decimal): -6580337 or 9410459. OLE color: 9410459.

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

Color convert

RGB155151143-
CMYK00.030.080.39
HSL40º5.66%58.43%-
HSV(B)40º7.74%60.78%-
XYZ29.5431.0830.43-
YUV151.28123.33130.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=34.52%
G=33.63%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515114300.030.080.39405.6658.43
Hex9B978F038272863a
Octal23322721703104750672
Binary1001101110010111100011110111000100111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,143); }

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

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

 a { background-color: rgb(155,151,143); }

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

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

 span { border-color: rgb(155,151,143); }

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