#989385

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

Shades of Nomad #989385

Tints of Nomad #989385

Color information

#989385 (or 0x989385) is unknown color: approx Nomad. HEX triplet: 98, 93 and 85. RGB value is (152,147,133). Sum of RGB (Red+Green+Blue) = 152+147+133=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #989385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989385 is #676C7A. Grayscale: #929292. Windows color (decimal): -6777979 or 8754072. OLE color: 8754072.

HSL color Cylindrical-coordinate representation of color #989385: hue angle of 44.21º 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 #989385 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152147133-
CMYK00.030.130.40
HSL44.21º8.44%55.88%-
HSV(B)44.21º12.5%59.61%-
XYZ27.6229.2426.38-
YUV146.9120.16131.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=35.19%
G=34.03%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214713300.030.130.4044.218.4455.88
Hex98938503D282c838
Octal230223205031550541070
Binary10011000100100111000010101111011010001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989385; }

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

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

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

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

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

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

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

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