#94947F

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

Shades of Lemon Grass #94947F

Tints of Lemon Grass #94947F

Color information

#94947F (or 0x94947F) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 7F. RGB value is (148,148,127). Sum of RGB (Red+Green+Blue) = 148+148+127=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947F is #6B6B80. Grayscale: #919191. Windows color (decimal): -7039873 or 8361108. OLE color: 8361108.

HSL color Cylindrical-coordinate representation of color #94947F: 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.14%. Process color model (Four color, CMYK) of #94947F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148148127-
CMYK000.140.42
HSL60º8.94%53.92%-
HSV(B)60º14.19%58.04%-
XYZ26.6329.0124.27-
YUV145.61117.5129.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 127 (50% from 255) = 30.02%
R=34.99%
G=34.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148127000.140.42608.9453.92
Hex94947F00E2A3c936
Octal224224177001652741166
Binary100101001001010011111110011101010101111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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