#97A498

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

Shades of Pewter #97A498

Tints of Pewter #97A498

Color information

#97A498 (or 0x97A498) is unknown color: approx Pewter. HEX triplet: 97, A4 and 98. RGB value is (151,164,152). Sum of RGB (Red+Green+Blue) = 151+164+152=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #97A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A498 is #685B67. Grayscale: #9E9E9E. Windows color (decimal): -6839144 or 10003607. OLE color: 10003607.

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

Color convert

RGB151164152-
CMYK0.0800.070.36
HSL124.62º6.67%61.76%-
HSV(B)124.62º7.93%64.31%-
XYZ31.7135.434.87-
YUV158.74124.19122.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=32.33%
G=35.12%
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.36
SystemRedGreenBlueCMYKHSL
Decimal1511641520.0800.070.36124.626.6761.76
Hex97A498807247d73e
Octal227244230100744175776
Binary100101111010010010011000100001111001001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A498; }

 p { color: rgb(151,164,152); }

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

<style>
 a { background-color: #97A498; }

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

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

<style>
 span { border-color: #97A498; }

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

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