#989383

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

Shades of Nomad #989383

Tints of Nomad #989383

Color information

#989383 (or 0x989383) is unknown color: approx Nomad. HEX triplet: 98, 93 and 83. RGB value is (152,147,131). Sum of RGB (Red+Green+Blue) = 152+147+131=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989383 is #676C7C. Grayscale: #929292. Windows color (decimal): -6777981 or 8623000. OLE color: 8623000.

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

Color convert

RGB152147131-
CMYK00.030.140.40
HSL45.71º9.25%55.49%-
HSV(B)45.71º13.82%59.61%-
XYZ27.4829.1825.66-
YUV146.67119.16131.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=35.35%
G=34.19%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214713100.030.140.4045.719.2555.49
Hex98938303E282e937
Octal230223203031650561167
Binary10011000100100111000001101111101010001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989383; }

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

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

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

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

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

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

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

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