#98A299

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

Shades of Pewter #98A299

Tints of Pewter #98A299

Color information

#98A299 (or 0x98A299) is unknown color: approx Pewter. HEX triplet: 98, A2 and 99. RGB value is (152,162,153). Sum of RGB (Red+Green+Blue) = 152+162+153=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #98A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A299 is #675D66. Grayscale: #9E9E9E. Windows color (decimal): -6774119 or 10068632. OLE color: 10068632.

HSL color Cylindrical-coordinate representation of color #98A299: hue angle of 126º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A299 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB152162153-
CMYK0.0600.060.36
HSL126º5.1%61.57%-
HSV(B)126º6.17%63.53%-
XYZ31.6234.8235.19-
YUV157.98125.19123.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=32.55%
G=34.69%
B=32.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621530.0600.060.361265.161.57
Hex98A299606247e53e
Octal23024223160644176576
Binary10011000101000101001100111001101001001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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