#9B978A

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

Shades of Nomad #9B978A

Tints of Nomad #9B978A

Color information

#9B978A (or 0x9B978A) is unknown color: approx Nomad. HEX triplet: 9B, 97 and 8A. RGB value is (155,151,138). Sum of RGB (Red+Green+Blue) = 155+151+138=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B978A is #646875. Grayscale: #969696. Windows color (decimal): -6580342 or 9082779. OLE color: 9082779.

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

Color convert

RGB155151138-
CMYK00.030.110.39
HSL45.88º7.83%57.45%-
HSV(B)45.88º10.97%60.78%-
XYZ29.1730.9428.48-
YUV150.71120.83131.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=34.91%
G=34.01%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515113800.030.110.3945.887.8357.45
Hex9B978A03B272e839
Octal233227212031347561071
Binary10011011100101111000101001110111001111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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