#96A496

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

Shades of Pewter #96A496

Tints of Pewter #96A496

Color information

#96A496 (or 0x96A496) is unknown color: approx Pewter. HEX triplet: 96, A4 and 96. RGB value is (150,164,150). Sum of RGB (Red+Green+Blue) = 150+164+150=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #96A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A496 is #695B69. Grayscale: #9E9E9E. Windows color (decimal): -6904682 or 9872534. OLE color: 9872534.

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

Color convert

RGB150164150-
CMYK0.0900.090.36
HSL120º7.14%61.57%-
HSV(B)120º8.54%64.31%-
XYZ31.3635.2434-
YUV158.22123.36122.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=32.33%
G=35.34%
B=32.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641500.0900.090.361207.1461.57
Hex96A496909247873e
Octal2262442261101144170776
Binary1001011010100100100101101001010011001001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,150); }

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

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

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

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

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

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

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