Html Css Color HEX #919388 Lemon Grass

📋 copy color: '#919388'

red 145 ◦ green 147 ◦ blue 136

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

Shades of Lemon Grass #919388

Tints of Lemon Grass #919388

RGB

 RED value IS 145 (57.03% from 255) = 33.88%

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

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

R = 33.88%
G = 34.35%
B = 31.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#919388 (or 0x919388) is known color: Lemon Grass. HEX triplet: 91, 93 and 88. RGB value is (145,147,136). Sum of RGB (Red+Green+Blue) = 145+147+136=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #919388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919388 is #6E6C77. Grayscale: #919191. Windows color (decimal): -7236728 or 8950673. OLE color: 8950673.

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

Color convert

RGB 145 147 136 -
CMYK 0.01 0 0.07 0.42
HSL 70.91º 0.05% 0.55% -
HSV(B) 70.91º 0.07% 0.58% -
XYZ 26.55 28.66 27.43 -
YUV 145.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 145 147 136 0.01 0 0.07 0.42 70.91 0.05 0.55
Hex 91 93 88 1 0 7 2A 47 5 37
Octal 221 223 210 1 0 7 52 107 5 67
Binary 10010001 10010011 10001000 1 0 111 101010 1000111 101 110111

Color Harmonies of #919388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919388

Black with #919388

Text Example


Text Example

White with #919388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919388; }

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

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

background-color css

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

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

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

border-color css

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

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

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