#909290

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

Shades of Pewter #909290

Tints of Pewter #909290

Color information

#909290 (or 0x909290) is unknown color: approx Pewter. HEX triplet: 90, 92 and 90. RGB value is (144,146,144). Sum of RGB (Red+Green+Blue) = 144+146+144=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 146 - color contains mainly: green. Hex color #909290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909290 is #6F6D6F. Grayscale: #919191. Windows color (decimal): -7302512 or 9474704. OLE color: 9474704.

HSL color Cylindrical-coordinate representation of color #909290: hue angle of 120º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #909290 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB144146144-
CMYK0.0100.010.43
HSL120º0.91%56.86%-
HSV(B)120º1.37%57.25%-
XYZ26.8128.530.47-
YUV145.17127.34127.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=33.18%
G=33.64%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461440.0100.010.431200.9156.86
Hex9092901012B78139
Octal22022222010153170171
Binary10010000100100101001000010110101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909290; }

 p { color: rgb(144,146,144); }

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

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

 a { background-color: rgb(144,146,144); }

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

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

 span { border-color: rgb(144,146,144); }

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