#989489

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

Shades of Nomad #989489

Tints of Nomad #989489

Color information

#989489 (or 0x989489) is unknown color: approx Nomad. HEX triplet: 98, 94 and 89. RGB value is (152,148,137). Sum of RGB (Red+Green+Blue) = 152+148+137=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #989489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989489 is #676B76. Grayscale: #939393. Windows color (decimal): -6777719 or 9016472. OLE color: 9016472.

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

Color convert

RGB152148137-
CMYK00.030.100.40
HSL44º6.79%56.67%-
HSV(B)44º9.87%59.61%-
XYZ28.0529.6627.91-
YUV147.94121.83130.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=34.78%
G=33.87%
B=31.35%

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
Decimal15214813700.030.100.40446.7956.67
Hex98948903A282c739
Octal23022421103125054771
Binary1001100010010100100010010111010101000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989489; }

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

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

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

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

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

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

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

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