#939480

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

Shades of Lemon Grass #939480

Tints of Lemon Grass #939480

Color information

#939480 (or 0x939480) is unknown color: approx Lemon Grass. HEX triplet: 93, 94 and 80. RGB value is (147,148,128). Sum of RGB (Red+Green+Blue) = 147+148+128=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #939480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939480 is #6C6B7F. Grayscale: #919191. Windows color (decimal): -7105408 or 8426643. OLE color: 8426643.

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

Color convert

RGB147148128-
CMYK0.0100.140.42
HSL63º8.55%54.12%-
HSV(B)63º13.51%58.04%-
XYZ26.5228.9424.61-
YUV145.42118.17129.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=34.75%
G=34.99%
B=30.26%

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
Decimal1471481280.0100.140.42638.5554.12
Hex93948010E2A3f936
Octal223224200101652771166
Binary1001001110010100100000001011101010101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939480; }

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

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

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

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

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

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

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

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