#90A292

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

Shades of Pewter #90A292

Tints of Pewter #90A292

Color information

#90A292 (or 0x90A292) is unknown color: approx Pewter. HEX triplet: 90, A2 and 92. RGB value is (144,162,146). Sum of RGB (Red+Green+Blue) = 144+162+146=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #90A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A292 is #6F5D6D. Grayscale: #9A9A9A. Windows color (decimal): -7298414 or 9609872. OLE color: 9609872.

HSL color Cylindrical-coordinate representation of color #90A292: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A292 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB144162146-
CMYK0.1100.100.36
HSL126.67º8.82%60%-
HSV(B)126.67º11.11%63.53%-
XYZ29.6133.8532.17-
YUV154.79123.04120.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=31.86%
G=35.84%
B=32.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441621460.1100.100.36126.678.8260
Hex90A292B0A247f93c
Octal22024222213012441771174
Binary10010000101000101001001010110101010010011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A292; }

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

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

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

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

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

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

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

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