#93947F

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

Shades of Lemon Grass #93947F

Tints of Lemon Grass #93947F

Color information

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

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

Color convert

RGB147148127-
CMYK0.0100.140.42
HSL62.86º8.94%53.92%-
HSV(B)62.86º14.19%58.04%-
XYZ26.4528.9224.27-
YUV145.31117.67129.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481270.0100.140.4262.868.9453.92
Hex93947F10E2A3f936
Octal223224177101652771166
Binary100100111001010011111111011101010101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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