#91917E

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

Shades of Lemon Grass #91917E

Tints of Lemon Grass #91917E

Color information

#91917E (or 0x91917E) is unknown color: approx Lemon Grass. HEX triplet: 91, 91 and 7E. RGB value is (145,145,126). Sum of RGB (Red+Green+Blue) = 145+145+126=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 145 - color contains mainly: red, green. Hex color #91917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91917E is #6E6E81. Grayscale: #8E8E8E. Windows color (decimal): -7237250 or 8294801. OLE color: 8294801.

HSL color Cylindrical-coordinate representation of color #91917E: hue angle of 60º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91917E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145145126-
CMYK000.130.43
HSL60º7.95%53.14%-
HSV(B)60º13.1%56.86%-
XYZ25.5727.7823.75-
YUV142.83118.5129.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=34.86%
G=34.86%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145126000.130.43607.9553.14
Hex91917E00D2B3c835
Octal221221176001553741065
Binary100100011001000111111100011011010111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91917E; }

 p { color: rgb(145,145,126); }

 H1.HeaderClassName
 {
   color: #91917E;
 }
 .AnyTagClassName
 {
   color: #91917E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #91917E;
 }
 .BgClassName
 {
   background-color: #91917E;
 }
</style>
border-color css

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

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

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