#939386

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

Shades of Lemon Grass #939386

Tints of Lemon Grass #939386

Color information

#939386 (or 0x939386) is unknown color: approx Lemon Grass. HEX triplet: 93, 93 and 86. RGB value is (147,147,134). Sum of RGB (Red+Green+Blue) = 147+147+134=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939386 is #6C6C79. Grayscale: #919191. Windows color (decimal): -7105658 or 8819603. OLE color: 8819603.

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

Color convert

RGB147147134-
CMYK000.090.42
HSL60º5.68%55.1%-
HSV(B)60º8.84%57.65%-
XYZ26.7728.7926.7-
YUV145.52121.5129.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=34.35%
G=34.35%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147134000.090.42605.6855.1
Hex9393860092A3c637
Octal22322320600115274667
Binary100100111001001110000110001001101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939386; }

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

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

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

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

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

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

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

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