#93938A

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

Shades of Lemon Grass #93938A

Tints of Lemon Grass #93938A

Color information

#93938A (or 0x93938A) is unknown color: approx Lemon Grass. HEX triplet: 93, 93 and 8A. RGB value is (147,147,138). Sum of RGB (Red+Green+Blue) = 147+147+138=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93938A is #6C6C75. Grayscale: #929292. Windows color (decimal): -7105654 or 9081747. OLE color: 9081747.

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

Color convert

RGB147147138-
CMYK000.060.42
HSL60º4%55.88%-
HSV(B)60º6.12%57.65%-
XYZ27.0528.9128.2-
YUV145.97123.5128.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=34.03%
G=34.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147138000.060.4260455.88
Hex93938A0062A3c438
Octal2232232120065274470
Binary10010011100100111000101000110101010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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