#919384

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

Shades of Lemon Grass #919384

Tints of Lemon Grass #919384

Color information

#919384 (or 0x919384) is unknown color: approx Lemon Grass. HEX triplet: 91, 93 and 84. RGB value is (145,147,132). Sum of RGB (Red+Green+Blue) = 145+147+132=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #919384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919384 is #6E6C7B. Grayscale: #909090. Windows color (decimal): -7236732 or 8688529. OLE color: 8688529.

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

Color convert

RGB145147132-
CMYK0.0100.100.42
HSL68º6.49%54.71%-
HSV(B)68º10.2%57.65%-
XYZ26.2828.5525.96-
YUV144.69120.84128.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=34.20%
G=34.67%
B=31.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471320.0100.100.42686.4954.71
Hex91938410A2A44637
Octal221223204101252104667
Binary1001000110010011100001001010101010101000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919384; }

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

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

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

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

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

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

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

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