#939392

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

Shades of Lemon Grass #939392

Tints of Lemon Grass #939392

Color information

#939392 (or 0x939392) is unknown color: approx Lemon Grass. HEX triplet: 93, 93 and 92. RGB value is (147,147,146). Sum of RGB (Red+Green+Blue) = 147+147+146=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939392 is #6C6C6D. Grayscale: #929292. Windows color (decimal): -7105646 or 9606035. OLE color: 9606035.

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

Color convert

RGB147147146-
CMYK000.010.42
HSL60º0.46%57.45%-
HSV(B)60º0.68%57.65%-
XYZ27.6529.1531.36-
YUV146.89127.5128.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=33.41%
G=33.41%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147146000.010.42600.4657.45
Hex9393920012A3c039
Octal2232232220015274071
Binary1001001110010011100100100011010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939392; }

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

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

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

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

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

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

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

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