#989998

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

Shades of Pewter #989998

Tints of Pewter #989998

Color information

#989998 (or 0x989998) is unknown color: approx Pewter. HEX triplet: 98, 99 and 98. RGB value is (152,153,152). Sum of RGB (Red+Green+Blue) = 152+153+152=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 153 - color contains mainly: green. Hex color #989998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989998 is #676667. Grayscale: #989898. Windows color (decimal): -6776424 or 10000792. OLE color: 10000792.

HSL color Cylindrical-coordinate representation of color #989998: hue angle of 120º degrees, saturation: 0, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #989998 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB152153152-
CMYK0.0100.010.4
HSL120º0.49%59.8%-
HSV(B)120º0.65%60%-
XYZ30.0131.7234.25-
YUV152.59127.67127.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=33.26%
G=33.48%
B=33.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531520.0100.010.41200.4959.8
Hex989998101287803c
Octal23023123010150170074
Binary10011000100110011001100010110100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989998; }

 p { color: rgb(152,153,152); }

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

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

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

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

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

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

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