#94948E

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

Shades of Lemon Grass #94948E

Tints of Lemon Grass #94948E

Color information

#94948E (or 0x94948E) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 8E. RGB value is (148,148,142). Sum of RGB (Red+Green+Blue) = 148+148+142=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94948E is #6B6B71. Grayscale: #939393. Windows color (decimal): -7039858 or 9344148. OLE color: 9344148.

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

Color convert

RGB148148142-
CMYK000.040.42
HSL60º2.73%56.86%-
HSV(B)60º4.05%58.04%-
XYZ27.6929.4329.81-
YUV147.32125128.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=33.79%
G=33.79%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148142000.040.42602.7356.86
Hex94948E0042A3c339
Octal2242242160045274371
Binary1001010010010100100011100010010101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94948E; }

 p { color: rgb(148,148,142); }

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

<style>
 a { background-color: #94948E; }

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

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

<style>
 span { border-color: #94948E; }

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

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