#98958C

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

Shades of Nomad #98958C

Tints of Nomad #98958C

Color information

#98958C (or 0x98958C) is unknown color: approx Nomad. HEX triplet: 98, 95 and 8C. RGB value is (152,149,140). Sum of RGB (Red+Green+Blue) = 152+149+140=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #98958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98958C is #676A73. Grayscale: #949494. Windows color (decimal): -6777460 or 9213336. OLE color: 9213336.

HSL color Cylindrical-coordinate representation of color #98958C: hue angle of 45º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98958C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152149140-
CMYK00.020.080.40
HSL45º5.5%57.25%-
HSV(B)45º7.89%59.61%-
XYZ28.4330.0629.12-
YUV148.87122.99130.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=34.47%
G=33.79%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214914000.020.080.40455.557.25
Hex98958C028282d639
Octal23022521402105055671
Binary1001100010010101100011000101000101000101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98958C; }

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

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

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

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

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

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

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

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