#929384

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

Shades of Lemon Grass #929384

Tints of Lemon Grass #929384

Color information

#929384 (or 0x929384) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 84. RGB value is (146,147,132). Sum of RGB (Red+Green+Blue) = 146+147+132=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #929384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929384 is #6D6C7B. Grayscale: #919191. Windows color (decimal): -7171196 or 8688530. OLE color: 8688530.

HSL color Cylindrical-coordinate representation of color #929384: hue angle of 64º 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 #929384 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB146147132-
CMYK0.0100.100.42
HSL64º6.49%54.71%-
HSV(B)64º10.2%57.65%-
XYZ26.4528.6425.96-
YUV144.99120.67128.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=34.35%
G=34.59%
B=31.06%

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
Decimal1461471320.0100.100.42646.4954.71
Hex92938410A2A40637
Octal222223204101252100667
Binary1001001010010011100001001010101010101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929384; }

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

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

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

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

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

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

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

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