#92917E

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

Shades of Lemon Grass #92917E

Tints of Lemon Grass #92917E

Color information

#92917E (or 0x92917E) is unknown color: approx Lemon Grass. HEX triplet: 92, 91 and 7E. RGB value is (146,145,126). Sum of RGB (Red+Green+Blue) = 146+145+126=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92917E is #6D6E81. Grayscale: #8F8F8F. Windows color (decimal): -7171714 or 8294802. OLE color: 8294802.

HSL color Cylindrical-coordinate representation of color #92917E: hue angle of 57º degrees, saturation: 0.08, 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 #92917E is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146145126-
CMYK00.010.140.43
HSL57º8.4%53.33%-
HSV(B)57º13.7%57.25%-
XYZ25.7527.8723.76-
YUV143.13118.33130.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=35.01%
G=34.77%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614512600.010.140.43578.453.33
Hex92917E01E2B39835
Octal222221176011653711065
Binary100100101001000111111100111101010111110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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