#989389

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

Shades of Nomad #989389

Tints of Nomad #989389

Color information

#989389 (or 0x989389) is unknown color: approx Nomad. HEX triplet: 98, 93 and 89. RGB value is (152,147,137). Sum of RGB (Red+Green+Blue) = 152+147+137=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #989389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989389 is #676C76. Grayscale: #939393. Windows color (decimal): -6777975 or 9016216. OLE color: 9016216.

HSL color Cylindrical-coordinate representation of color #989389: hue angle of 40º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989389 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152147137-
CMYK00.030.100.40
HSL40º6.79%56.67%-
HSV(B)40º9.87%59.61%-
XYZ27.929.3527.86-
YUV147.35122.16131.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=34.86%
G=33.72%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214713700.030.100.40406.7956.67
Hex98938903A2828739
Octal23022321103125050771
Binary1001100010010011100010010111010101000101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989389; }

 p { color: rgb(152,147,137); }

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

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

 a { background-color: rgb(152,147,137); }

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

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

 span { border-color: rgb(152,147,137); }

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