#929385

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

Shades of Lemon Grass #929385

Tints of Lemon Grass #929385

Color information

#929385 (or 0x929385) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 85. RGB value is (146,147,133). Sum of RGB (Red+Green+Blue) = 146+147+133=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #929385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929385 is #6D6C7A. Grayscale: #919191. Windows color (decimal): -7171195 or 8754066. OLE color: 8754066.

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

Color convert

RGB146147133-
CMYK0.0100.100.42
HSL64.29º6.09%54.9%-
HSV(B)64.29º9.52%57.65%-
XYZ26.5228.6726.33-
YUV145.1121.17128.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=34.27%
G=34.51%
B=31.22%

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
Decimal1461471330.0100.100.4264.296.0954.9
Hex92938510A2A40637
Octal222223205101252100667
Binary1001001010010011100001011010101010101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929385; }

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

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

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

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

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

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

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

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