Html Css Color HEX #939388 Lemon Grass

📋 copy color: '#939388'

red 147 ◦ green 147 ◦ blue 136

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

Shades of Lemon Grass #939388

Tints of Lemon Grass #939388

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 34.19%
G = 34.19%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#939388 (or 0x939388) is known color: Lemon Grass. HEX triplet: 93, 93 and 88. RGB value is (147,147,136). Sum of RGB (Red+Green+Blue) = 147+147+136=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939388 is #6C6C77. Grayscale: #919191. Windows color (decimal): -7105656 or 8950675. OLE color: 8950675.

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

Color convert

RGB 147 147 136 -
CMYK 0 0 0.07 0.42
HSL 60º 0.05% 0.55% -
HSV(B) 60º 0.07% 0.58% -
XYZ 26.91 28.85 27.44 -
YUV 145.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 147 147 136 0 0 0.07 0.42 60 0.05 0.55
Hex 93 93 88 0 0 7 2A 3C 5 37
Octal 223 223 210 0 0 7 52 74 5 67
Binary 10010011 10010011 10001000 0 0 111 101010 111100 101 110111

Color Harmonies of #939388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939388

Black with #939388

Text Example


Text Example

White with #939388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939388; }

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

 H1.HeaderClassName
 {
   color: #939388;
 }
 .AnyTagClassName
 {
   color: #939388;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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