#97AF98

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

Shades of Pewter #97AF98

Tints of Pewter #97AF98

Color information

#97AF98 (or 0x97AF98) is unknown color: approx Pewter. HEX triplet: 97, AF and 98. RGB value is (151,175,152). Sum of RGB (Red+Green+Blue) = 151+175+152=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AF98 is #685067. Grayscale: #A5A5A5. Windows color (decimal): -6836328 or 10006423. OLE color: 10006423.

HSL color Cylindrical-coordinate representation of color #97AF98: hue angle of 122.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AF98 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB151175152-
CMYK0.1400.130.31
HSL122.5º13.04%63.92%-
HSV(B)122.5º13.71%68.63%-
XYZ33.7639.5135.55-
YUV165.2120.55117.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=31.59%
G=36.61%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751520.1400.130.31122.513.0463.92
Hex97AF98E0D1F7ad40
Octal227257230160153717215100
Binary10010111101011111001100011100110111111111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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