#919387

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

Shades of Lemon Grass #919387

Tints of Lemon Grass #919387

Color information

#919387 (or 0x919387) is unknown color: approx Lemon Grass. HEX triplet: 91, 93 and 87. RGB value is (145,147,135). Sum of RGB (Red+Green+Blue) = 145+147+135=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #919387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919387 is #6E6C78. Grayscale: #919191. Windows color (decimal): -7236729 or 8885137. OLE color: 8885137.

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

Color convert

RGB145147135-
CMYK0.0100.080.42
HSL70º5.26%55.29%-
HSV(B)70º8.16%57.65%-
XYZ26.4828.6427.05-
YUV145.03122.34127.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=33.96%
G=34.43%
B=31.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471350.0100.080.42705.2655.29
Hex9193871082A46537
Octal221223207101052106567
Binary1001000110010011100001111010001010101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919387; }

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

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

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

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

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

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

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

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