#93938C

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

Shades of Lemon Grass #93938C

Tints of Lemon Grass #93938C

Color information

#93938C (or 0x93938C) is unknown color: approx Lemon Grass. HEX triplet: 93, 93 and 8C. RGB value is (147,147,140). Sum of RGB (Red+Green+Blue) = 147+147+140=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93938C is #6C6C73. Grayscale: #929292. Windows color (decimal): -7105652 or 9212819. OLE color: 9212819.

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

Color convert

RGB147147140-
CMYK000.050.42
HSL60º3.14%56.27%-
HSV(B)60º4.76%57.65%-
XYZ27.228.9628.97-
YUV146.2124.5128.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=33.87%
G=33.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147140000.050.42603.1456.27
Hex93938C0052A3c338
Octal2232232140055274370
Binary1001001110010011100011000010110101011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93938C; }

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

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

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

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

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

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

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

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