#939383

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

Shades of Lemon Grass #939383

Tints of Lemon Grass #939383

Color information

#939383 (or 0x939383) is unknown color: approx Lemon Grass. HEX triplet: 93, 93 and 83. RGB value is (147,147,131). Sum of RGB (Red+Green+Blue) = 147+147+131=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939383 is #6C6C7C. Grayscale: #919191. Windows color (decimal): -7105661 or 8622995. OLE color: 8622995.

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

Color convert

RGB147147131-
CMYK000.110.42
HSL60º6.9%54.51%-
HSV(B)60º10.88%57.65%-
XYZ26.5628.7125.61-
YUV145.18120129.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=34.59%
G=34.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147131000.110.42606.954.51
Hex93938300B2A3c737
Octal22322320300135274767
Binary100100111001001110000011001011101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939383; }

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

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

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

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

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

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

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

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