#989486

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

Shades of Nomad #989486

Tints of Nomad #989486

Color information

#989486 (or 0x989486) is unknown color: approx Nomad. HEX triplet: 98, 94 and 86. RGB value is (152,148,134). Sum of RGB (Red+Green+Blue) = 152+148+134=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #989486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989486 is #676B79. Grayscale: #939393. Windows color (decimal): -6777722 or 8819864. OLE color: 8819864.

HSL color Cylindrical-coordinate representation of color #989486: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989486 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152148134-
CMYK00.030.120.40
HSL46.67º8.04%56.08%-
HSV(B)46.67º11.84%59.61%-
XYZ27.8429.5826.8-
YUV147.6120.33131.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=35.02%
G=34.10%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214813400.030.120.4046.678.0456.08
Hex98948603C282f838
Octal230224206031450571070
Binary10011000100101001000011001111001010001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989486; }

 p { color: rgb(152,148,134); }

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

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

 a { background-color: rgb(152,148,134); }

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

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

 span { border-color: rgb(152,148,134); }

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