#91917F

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

Shades of Lemon Grass #91917F

Tints of Lemon Grass #91917F

Color information

#91917F (or 0x91917F) is unknown color: approx Lemon Grass. HEX triplet: 91, 91 and 7F. RGB value is (145,145,127). Sum of RGB (Red+Green+Blue) = 145+145+127=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 145 - color contains mainly: red, green. Hex color #91917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91917F is #6E6E80. Grayscale: #8F8F8F. Windows color (decimal): -7237249 or 8360337. OLE color: 8360337.

HSL color Cylindrical-coordinate representation of color #91917F: 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.12%. Process color model (Four color, CMYK) of #91917F is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145145127-
CMYK000.120.43
HSL60º7.56%53.33%-
HSV(B)60º12.41%56.86%-
XYZ25.6327.824.09-
YUV142.95119129.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 127 (50% from 255) = 30.46%
R=34.77%
G=34.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145127000.120.43607.5653.33
Hex91917F00C2B3c835
Octal221221177001453741065
Binary100100011001000111111110011001010111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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