#98A699

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

Shades of Pewter #98A699

Tints of Pewter #98A699

Color information

#98A699 (or 0x98A699) is unknown color: approx Pewter. HEX triplet: 98, A6 and 99. RGB value is (152,166,153). Sum of RGB (Red+Green+Blue) = 152+166+153=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #98A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A699 is #675966. Grayscale: #A0A0A0. Windows color (decimal): -6773095 or 10069656. OLE color: 10069656.

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

Color convert

RGB152166153-
CMYK0.0800.080.35
HSL124.29º7.29%62.35%-
HSV(B)124.29º8.43%65.1%-
XYZ32.3336.2535.43-
YUV160.33123.86122.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=32.27%
G=35.24%
B=32.48%

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
Decimal1521661530.0800.080.35124.297.2962.35
Hex98A699808237c73e
Octal2302462311001043174776
Binary1001100010100110100110011000010001000111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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