#91927D

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

Shades of Lemon Grass #91927D

Tints of Lemon Grass #91927D

Color information

#91927D (or 0x91927D) is unknown color: approx Lemon Grass. HEX triplet: 91, 92 and 7D. RGB value is (145,146,125). Sum of RGB (Red+Green+Blue) = 145+146+125=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #91927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91927D is #6E6D82. Grayscale: #8F8F8F. Windows color (decimal): -7236995 or 8229521. OLE color: 8229521.

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

Color convert

RGB145146125-
CMYK0.0100.140.43
HSL62.86º8.79%53.14%-
HSV(B)62.86º14.38%57.25%-
XYZ25.6628.0623.47-
YUV143.31117.67129.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=34.86%
G=35.10%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451461250.0100.140.4362.868.7953.14
Hex91927D10E2B3f935
Octal221222175101653771165
Binary100100011001001011111011011101010111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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