#917d25

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

Shades of Lemon Ginger #917D25

Tints of Lemon Ginger #917D25

Color information

#917D25 (or 0x917D25) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 25. RGB value is (145,125,37). Sum of RGB (Red+Green+Blue) = 145+125+37=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #917D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D25 is #6E82DA. Grayscale: #797979. Windows color (decimal): -7242459 or 2456977. OLE color: 2456977.

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

Color convert

RGB14512537-
CMYK00.140.740.43
HSL48.89º59.34%35.69%-
HSV(B)48.89º74.48%56.86%-
XYZ19.3420.824.75-
YUV120.9580.63145.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=47.23%
G=40.72%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451253700.140.740.4348.8959.3435.69
Hex917D250E4A2B313b24
Octal2211754501611253617344
Binary100100011111101100101011101001010101011110001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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