#93957F

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

Shades of Lemon Grass #93957F

Tints of Lemon Grass #93957F

Color information

#93957F (or 0x93957F) is unknown color: approx Lemon Grass. HEX triplet: 93, 95 and 7F. RGB value is (147,149,127). Sum of RGB (Red+Green+Blue) = 147+149+127=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #93957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93957F is #6C6A80. Grayscale: #919191. Windows color (decimal): -7105153 or 8361363. OLE color: 8361363.

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

Color convert

RGB147149127-
CMYK0.0100.150.42
HSL65.45º9.4%54.12%-
HSV(B)65.45º14.77%58.43%-
XYZ26.6129.2324.32-
YUV145.89117.34128.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 127 (50% from 255) = 30.02%
R=34.75%
G=35.22%
B=30.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471491270.0100.150.4265.459.454.12
Hex93957F10F2A41936
Octal2232251771017521011166
Binary1001001110010101111111110111110101010000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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