#919386

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

Shades of Lemon Grass #919386

Tints of Lemon Grass #919386

Color information

#919386 (or 0x919386) is unknown color: approx Lemon Grass. HEX triplet: 91, 93 and 86. RGB value is (145,147,134). Sum of RGB (Red+Green+Blue) = 145+147+134=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #919386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919386 is #6E6C79. Grayscale: #909090. Windows color (decimal): -7236730 or 8819601. OLE color: 8819601.

HSL color Cylindrical-coordinate representation of color #919386: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919386 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB145147134-
CMYK0.0100.090.42
HSL69.23º5.68%55.1%-
HSV(B)69.23º8.84%57.65%-
XYZ26.4128.6126.68-
YUV144.92121.84128.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=34.04%
G=34.51%
B=31.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471340.0100.090.4269.235.6855.1
Hex9193861092A45637
Octal221223206101152105667
Binary1001000110010011100001101010011010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919386; }

 p { color: rgb(145,147,134); }

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

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

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

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

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

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

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