#919380

Color #919380 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #919380

Tints of Lemon Grass #919380

Color information

#919380 (or 0x919380) is unknown color: approx 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

RGB145147128-
CMYK0.0100.130.42
HSL66.32º8.09%53.92%-
HSV(B)66.32º12.93%57.65%-
XYZ26.0128.4524.54-
YUV144.24118.84128.54-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471280.0100.130.4266.328.0953.92
Hex91938010D2A42836
Octal2212232001015521021066
Binary10010001100100111000000010110110101010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>