#94937F

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

Shades of Lemon Grass #94937F

Tints of Lemon Grass #94937F

Color information

#94937F (or 0x94937F) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 7F. RGB value is (148,147,127). Sum of RGB (Red+Green+Blue) = 148+147+127=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937F is #6B6C80. Grayscale: #919191. Windows color (decimal): -7040129 or 8360852. OLE color: 8360852.

HSL color Cylindrical-coordinate representation of color #94937F: hue angle of 57.14º 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 #94937F is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148147127-
CMYK00.010.140.42
HSL57.14º8.94%53.92%-
HSV(B)57.14º14.19%58.04%-
XYZ26.4828.724.22-
YUV145.02117.83130.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 127 (50% from 255) = 30.09%
R=35.07%
G=34.83%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814712700.010.140.4257.148.9453.92
Hex94937F01E2A39936
Octal224223177011652711166
Binary100101001001001111111110111101010101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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