#91937D

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

Shades of Lemon Grass #91937D

Tints of Lemon Grass #91937D

Color information

#91937D (or 0x91937D) is unknown color: approx Lemon Grass. HEX triplet: 91, 93 and 7D. RGB value is (145,147,125). Sum of RGB (Red+Green+Blue) = 145+147+125=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #91937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91937D is #6E6C82. Grayscale: #8F8F8F. Windows color (decimal): -7236739 or 8229777. OLE color: 8229777.

HSL color Cylindrical-coordinate representation of color #91937D: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91937D is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB145147125-
CMYK0.0100.150.42
HSL65.45º9.24%53.33%-
HSV(B)65.45º14.97%57.65%-
XYZ25.8128.3723.52-
YUV143.89117.34128.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=34.77%
G=35.25%
B=29.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471250.0100.150.4265.459.2453.33
Hex91937D10F2A41935
Octal2212231751017521011165
Binary1001000110010011111110110111110101010000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91937D; }

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

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

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

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

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

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

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

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