#94938A

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

Shades of Lemon Grass #94938A

Tints of Lemon Grass #94938A

Color information

#94938A (or 0x94938A) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 8A. RGB value is (148,147,138). Sum of RGB (Red+Green+Blue) = 148+147+138=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 148 - color contains mainly: red. Hex color #94938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938A is #6B6C75. Grayscale: #929292. Windows color (decimal): -7040118 or 9081748. OLE color: 9081748.

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

Color convert

RGB148147138-
CMYK00.010.070.42
HSL54º4.46%56.08%-
HSV(B)54º6.76%58.04%-
XYZ27.232928.21-
YUV146.27123.33129.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=34.18%
G=33.95%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713800.010.070.42544.4656.08
Hex94938A0172A36438
Octal2242232120175266470
Binary10010100100100111000101001111101010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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