Html Css Color HEX #919490 Mantle

📋 copy color: '#919490'

red 145 ◦ green 148 ◦ blue 144

#919490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #919490

Tints of Mantle #919490

RGB

 RED value IS 145 (57.03% from 255) = 33.18%

 GREEN value IS 148 (58.2% 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 value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#919490 (or 0x919490) is known color: 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

RGB 145 148 144 -
CMYK 0.02 0 0.03 0.42
HSL 105º 0.02% 0.57% -
HSV(B) 105º 0.03% 0.58% -
XYZ 27.3 29.21 30.59 -
YUV 146.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 145 148 144 0.02 0 0.03 0.42 105 0.02 0.57
Hex 91 94 90 2 0 3 2A 69 2 39
Octal 221 224 220 2 0 3 52 151 2 71
Binary 10010001 10010100 10010000 10 0 11 101010 1101001 10 111001

Color Harmonies of #919490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919490

Black with #919490

Text Example


Text Example

White with #919490

Text Example


Text Example

HTML Codes & Css Web 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>