#98A599

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

Shades of Pewter #98A599

Tints of Pewter #98A599

Color information

#98A599 (or 0x98A599) is unknown color: approx Pewter. HEX triplet: 98, A5 and 99. RGB value is (152,165,153). Sum of RGB (Red+Green+Blue) = 152+165+153=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #98A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A599 is #675A66. Grayscale: #9F9F9F. Windows color (decimal): -6773351 or 10069400. OLE color: 10069400.

HSL color Cylindrical-coordinate representation of color #98A599: hue angle of 124.62º 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 #98A599 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB152165153-
CMYK0.0800.070.35
HSL124.62º6.74%62.16%-
HSV(B)124.62º7.88%64.71%-
XYZ32.1535.8935.37-
YUV159.74124.19122.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=32.34%
G=35.11%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651530.0800.070.35124.626.7462.16
Hex98A599807237d73e
Octal230245231100743175776
Binary100110001010010110011001100001111000111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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