#96AF98

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

Shades of Pewter #96AF98

Tints of Pewter #96AF98

Color information

#96AF98 (or 0x96AF98) is unknown color: approx Pewter. HEX triplet: 96, AF and 98. RGB value is (150,175,152). Sum of RGB (Red+Green+Blue) = 150+175+152=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF98 is #695067. Grayscale: #A4A4A4. Windows color (decimal): -6901864 or 10006422. OLE color: 10006422.

HSL color Cylindrical-coordinate representation of color #96AF98: hue angle of 124.8º degrees, saturation: 0.14, 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 #96AF98 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB150175152-
CMYK0.1400.130.31
HSL124.8º13.51%63.73%-
HSV(B)124.8º14.29%68.63%-
XYZ33.5839.4135.54-
YUV164.9120.72117.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=31.45%
G=36.69%
B=31.87%

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
Decimal1501751520.1400.130.31124.813.5163.73
Hex96AF98E0D1F7de40
Octal226257230160153717516100
Binary10010110101011111001100011100110111111111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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