Html Css Color HEX #989998 Pewter

📋 copy color: '#989998'

red 152 ◦ green 153 ◦ blue 152

#989998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #989998

Tints of Pewter #989998

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 value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#989998 (or 0x989998) is known color: 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

RGB 152 153 152 -
CMYK 0.01 0 0.01 0.4
HSL 120º 0% 0.6% -
HSV(B) 120º 0.01% 0.6% -
XYZ 30.01 31.72 34.25 -
YUV 152.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 152 153 152 0.01 0 0.01 0.4 120 0 0.6
Hex 98 99 98 1 0 1 28 78 0 3C
Octal 230 231 230 1 0 1 50 170 0 74
Binary 10011000 10011001 10011000 1 0 1 101000 1111000 0 111100

Color Harmonies of #989998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989998

Black with #989998

Text Example


Text Example

White with #989998

Text Example


Text Example

HTML Codes & Css Web 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>