#917E20

Color #917E20 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #917E20

Tints of Lemon Ginger #917E20

Color information

#917E20 (or 0x917E20) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7E and 20. RGB value is (145,126,32). Sum of RGB (Red+Green+Blue) = 145+126+32=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #917E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E20 is #6E81DF. Grayscale: #797979. Windows color (decimal): -7242208 or 2129553. OLE color: 2129553.

HSL color Cylindrical-coordinate representation of color #917E20: hue angle of 49.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #917E20 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB14512632-
CMYK00.130.780.43
HSL49.91º63.84%34.71%-
HSV(B)49.91º77.93%56.86%-
XYZ19.421.054.41-
YUV120.9677.79145.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 126 (49.61% from 255) = 41.58%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=47.85%
G=41.58%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451263200.130.780.4349.9163.8434.71
Hex917E200D4E2B324023
Octal22117640015116536210043
Binary1001000111111101000000110110011101010111100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E20; }

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

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

<style>
 a { background-color: #917E20; }

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

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

<style>
 span { border-color: #917E20; }

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

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