#94947E

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

Shades of Lemon Grass #94947E

Tints of Lemon Grass #94947E

Color information

#94947E (or 0x94947E) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 7E. RGB value is (148,148,126). Sum of RGB (Red+Green+Blue) = 148+148+126=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947E is #6B6B81. Grayscale: #919191. Windows color (decimal): -7039874 or 8295572. OLE color: 8295572.

HSL color Cylindrical-coordinate representation of color #94947E: hue angle of 60º 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 #94947E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148148126-
CMYK000.150.42
HSL60º9.32%53.73%-
HSV(B)60º14.86%58.04%-
XYZ26.5728.9823.93-
YUV145.49117129.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=35.07%
G=35.07%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148126000.150.42609.3253.73
Hex94947E00F2A3c936
Octal224224176001752741166
Binary100101001001010011111100011111010101111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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