#919490

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

Shades of Mantle #919490

Tints of Mantle #919490

Color information

#919490 (or 0x919490) is unknown color: approx Mantle. HEX triplet: 91, 94 and 90. RGB value is (145,148,144). Sum of RGB (Red+Green+Blue) = 145+148+144=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 148 - color contains mainly: green. Hex color #919490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919490 is #6E6B6F. Grayscale: #929292. Windows color (decimal): -7236464 or 9475217. OLE color: 9475217.

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

Color convert

RGB145148144-
CMYK0.0200.030.42
HSL105º1.83%57.25%-
HSV(B)105º2.7%58.04%-
XYZ27.329.2130.59-
YUV146.65126.51126.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=33.18%
G=33.87%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481440.0200.030.421051.8357.25
Hex9194902032A69239
Octal22122422020352151271
Binary10010001100101001001000010011101010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919490; }

 p { color: rgb(145,148,144); }

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

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

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

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

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

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

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