#929387

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

Shades of Lemon Grass #929387

Tints of Lemon Grass #929387

Color information

#929387 (or 0x929387) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 87. RGB value is (146,147,135). Sum of RGB (Red+Green+Blue) = 146+147+135=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #929387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929387 is #6D6C78. Grayscale: #919191. Windows color (decimal): -7171193 or 8885138. OLE color: 8885138.

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

Color convert

RGB146147135-
CMYK0.0100.080.42
HSL65º5.26%55.29%-
HSV(B)65º8.16%57.65%-
XYZ26.6628.7327.06-
YUV145.33122.17128.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=34.11%
G=34.35%
B=31.54%

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
Decimal1461471350.0100.080.42655.2655.29
Hex9293871082A41537
Octal222223207101052101567
Binary1001001010010011100001111010001010101000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929387; }

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

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

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

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

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

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

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

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