#917D19

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

Shades of Lemon Ginger #917D19

Tints of Lemon Ginger #917D19

Color information

#917D19 (or 0x917D19) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 19. RGB value is (145,125,25). Sum of RGB (Red+Green+Blue) = 145+125+25=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #917D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D19 is #6E82E6. Grayscale: #787878. Windows color (decimal): -7242471 or 1670545. OLE color: 1670545.

HSL color Cylindrical-coordinate representation of color #917D19: hue angle of 50º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #917D19 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14512525-
CMYK00.140.830.43
HSL50º70.59%33.33%-
HSV(B)50º82.76%56.86%-
XYZ19.1920.763.92-
YUV119.5874.63146.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 125 (49.22% from 255) = 42.37%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=49.15%
G=42.37%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451252500.140.830.435070.5933.33
Hex917D190E532B324721
Octal22117531016123536210741
Binary100100011111101110010111010100111010111100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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