Html Css Color HEX #919380 Lemon Grass

📋 copy color: '#919380'

red 145 ◦ green 147 ◦ blue 128

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

Shades of Lemon Grass #919380

Tints of Lemon Grass #919380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 34.52%
G = 35%
B = 30.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#919380 (or 0x919380) is known color: Lemon Grass. HEX triplet: 91, 93 and 80. RGB value is (145,147,128). Sum of RGB (Red+Green+Blue) = 145+147+128=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #919380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919380 is #6E6C7F. Grayscale: #909090. Windows color (decimal): -7236736 or 8426385. OLE color: 8426385.

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

Color convert

RGB 145 147 128 -
CMYK 0.01 0 0.13 0.42
HSL 66.32º 0.08% 0.54% -
HSV(B) 66.32º 0.13% 0.58% -
XYZ 26.01 28.45 24.54 -
YUV 144.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 145 147 128 0.01 0 0.13 0.42 66.32 0.08 0.54
Hex 91 93 80 1 0 D 2A 42 8 36
Octal 221 223 200 1 0 15 52 102 10 66
Binary 10010001 10010011 10000000 1 0 1101 101010 1000010 1000 110110

Color Harmonies of #919380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919380

Black with #919380

Text Example


Text Example

White with #919380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919380; }

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

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

background-color css

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

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

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

border-color css

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

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

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