#989589

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

Shades of Nomad #989589

Tints of Nomad #989589

Color information

#989589 (or 0x989589) is unknown color: approx Nomad. HEX triplet: 98, 95 and 89. RGB value is (152,149,137). Sum of RGB (Red+Green+Blue) = 152+149+137=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #989589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989589 is #676A76. Grayscale: #949494. Windows color (decimal): -6777463 or 9016728. OLE color: 9016728.

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

Color convert

RGB152149137-
CMYK00.020.100.40
HSL48º6.79%56.67%-
HSV(B)48º9.87%59.61%-
XYZ28.2129.9827.97-
YUV148.53121.49130.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=34.70%
G=34.02%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214913700.020.100.40486.7956.67
Hex98958902A2830739
Octal23022521102125060771
Binary1001100010010101100010010101010101000110000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989589; }

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

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

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

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

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

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

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

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