#98A598

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

Shades of Pewter #98A598

Tints of Pewter #98A598

Color information

#98A598 (or 0x98A598) is unknown color: approx Pewter. HEX triplet: 98, A5 and 98. RGB value is (152,165,152). Sum of RGB (Red+Green+Blue) = 152+165+152=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #98A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A598 is #675A67. Grayscale: #9F9F9F. Windows color (decimal): -6773352 or 10003864. OLE color: 10003864.

HSL color Cylindrical-coordinate representation of color #98A598: hue angle of 120º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A598 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB152165152-
CMYK0.0800.080.35
HSL120º6.74%62.16%-
HSV(B)120º7.88%64.71%-
XYZ32.0735.8534.94-
YUV159.63123.69122.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=32.41%
G=35.18%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651520.0800.080.351206.7462.16
Hex98A598808237873e
Octal2302452301001043170776
Binary1001100010100101100110001000010001000111111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A598; }

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

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

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

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

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

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

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

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