#917E38

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

Shades of Lemon Ginger #917E38

Tints of Lemon Ginger #917E38

Color information

#917E38 (or 0x917E38) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7E and 38. RGB value is (145,126,56). Sum of RGB (Red+Green+Blue) = 145+126+56=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #917E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E38 is #6E81C7. Grayscale: #7B7B7B. Windows color (decimal): -7242184 or 3702417. OLE color: 3702417.

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

Color convert

RGB14512656-
CMYK00.130.610.43
HSL47.19º44.28%39.41%-
HSV(B)47.19º61.38%56.86%-
XYZ19.8521.236.79-
YUV123.789.79143.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=44.34%
G=38.53%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451265600.130.610.4347.1944.2839.41
Hex917E380D3D2B2f2c27
Octal221176700157553575447
Binary10010001111111011100001101111101101011101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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