#93957C

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

Shades of Lemon Grass #93957C

Tints of Lemon Grass #93957C

Color information

#93957C (or 0x93957C) is unknown color: approx Lemon Grass. HEX triplet: 93, 95 and 7C. RGB value is (147,149,124). Sum of RGB (Red+Green+Blue) = 147+149+124=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #93957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93957C is #6C6A83. Grayscale: #919191. Windows color (decimal): -7105156 or 8164755. OLE color: 8164755.

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

Color convert

RGB147149124-
CMYK0.0100.170.42
HSL64.8º10.55%53.53%-
HSV(B)64.8º16.78%58.43%-
XYZ26.4229.1523.3-
YUV145.55115.84129.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=35%
G=35.48%
B=29.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471491240.0100.170.4264.810.5553.53
Hex93957C10112A41b36
Octal2232251741021521011366
Binary10010011100101011111100101000110101010000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,149,124); }

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

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

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

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

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

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

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