#919190

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

Shades of Lemon Grass #919190

Tints of Lemon Grass #919190

Color information

#919190 (or 0x919190) is unknown color: approx Lemon Grass. HEX triplet: 91, 91 and 90. RGB value is (145,145,144). Sum of RGB (Red+Green+Blue) = 145+145+144=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919190 is #6E6E6F. Grayscale: #909090. Windows color (decimal): -7237232 or 9474449. OLE color: 9474449.

HSL color Cylindrical-coordinate representation of color #919190: hue angle of 60º degrees, saturation: 0, 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 #919190 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145145144-
CMYK000.010.43
HSL60º0.45%56.67%-
HSV(B)60º0.69%56.86%-
XYZ26.8428.2830.43-
YUV144.89127.5128.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=33.41%
G=33.41%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145144000.010.43600.4556.67
Hex9191900012B3c039
Octal2212212200015374071
Binary1001000110010001100100000011010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919190; }

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

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

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

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

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

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

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

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