Html Css Color HEX #939383 Lemon Grass

📋 copy color: '#939383'

red 147 ◦ green 147 ◦ blue 131

#939383
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #939383

Tints of Lemon Grass #939383

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 value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#939383 (or 0x939383) is known color: 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

RGB 147 147 131 -
CMYK 0 0 0.11 0.42
HSL 60º 0.07% 0.55% -
HSV(B) 60º 0.11% 0.58% -
XYZ 26.56 28.71 25.61 -
YUV 145.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 147 147 131 0 0 0.11 0.42 60 0.07 0.55
Hex 93 93 83 0 0 B 2A 3C 7 37
Octal 223 223 203 0 0 13 52 74 7 67
Binary 10010011 10010011 10000011 0 0 1011 101010 111100 111 110111

Color Harmonies of #939383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939383

Black with #939383

Text Example


Text Example

White with #939383

Text Example


Text Example

HTML Codes & Css Web 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>