#939486

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

Shades of Lemon Grass #939486

Tints of Lemon Grass #939486

Color information

#939486 (or 0x939486) is unknown color: approx Lemon Grass. HEX triplet: 93, 94 and 86. RGB value is (147,148,134). Sum of RGB (Red+Green+Blue) = 147+148+134=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #939486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939486 is #6C6B79. Grayscale: #929292. Windows color (decimal): -7105402 or 8819859. OLE color: 8819859.

HSL color Cylindrical-coordinate representation of color #939486: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #939486 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147148134-
CMYK0.0100.090.42
HSL64.29º6.14%55.29%-
HSV(B)64.29º9.46%58.04%-
XYZ26.9329.126.75-
YUV146.1121.17128.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=34.27%
G=34.50%
B=31.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481340.0100.090.4264.296.1455.29
Hex9394861092A40637
Octal223224206101152100667
Binary1001001110010100100001101010011010101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939486; }

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

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

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

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

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

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

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

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