Html Css Color HEX #919387 Lemon Grass

📋 copy color: '#919387'

red 145 ◦ green 147 ◦ blue 135

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

Shades of Lemon Grass #919387

Tints of Lemon Grass #919387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 33.96%
G = 34.43%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#919387 (or 0x919387) is known color: Lemon Grass. HEX triplet: 91, 93 and 87. RGB value is (145,147,135). Sum of RGB (Red+Green+Blue) = 145+147+135=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #919387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919387 is #6E6C78. Grayscale: #919191. Windows color (decimal): -7236729 or 8885137. OLE color: 8885137.

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

Color convert

RGB 145 147 135 -
CMYK 0.01 0 0.08 0.42
HSL 70º 0.05% 0.55% -
HSV(B) 70º 0.08% 0.58% -
XYZ 26.48 28.64 27.05 -
YUV 145.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 145 147 135 0.01 0 0.08 0.42 70 0.05 0.55
Hex 91 93 87 1 0 8 2A 46 5 37
Octal 221 223 207 1 0 10 52 106 5 67
Binary 10010001 10010011 10000111 1 0 1000 101010 1000110 101 110111

Color Harmonies of #919387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919387

Black with #919387

Text Example


Text Example

White with #919387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919387; }

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

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

background-color css

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

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

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

border-color css

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

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

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