#90A590

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

Shades of Pewter #90A590

Tints of Pewter #90A590

Color information

#90A590 (or 0x90A590) is unknown color: approx Pewter. HEX triplet: 90, A5 and 90. RGB value is (144,165,144). Sum of RGB (Red+Green+Blue) = 144+165+144=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #90A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A590 is #6F5A6F. Grayscale: #9C9C9C. Windows color (decimal): -7297648 or 9479568. OLE color: 9479568.

HSL color Cylindrical-coordinate representation of color #90A590: hue angle of 120º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A590 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB144165144-
CMYK0.1300.130.35
HSL120º10.45%60.59%-
HSV(B)120º12.73%64.71%-
XYZ29.9934.8531.53-
YUV156.33121.04119.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=31.79%
G=36.42%
B=31.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441651440.1300.130.3512010.4560.59
Hex90A590D0D2378a3d
Octal22024522015015431701275
Binary10010000101001011001000011010110110001111110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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