#917D33

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

Shades of Lemon Ginger #917D33

Tints of Lemon Ginger #917D33

Color information

#917D33 (or 0x917D33) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 33. RGB value is (145,125,51). Sum of RGB (Red+Green+Blue) = 145+125+51=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #917D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D33 is #6E82CC. Grayscale: #7A7A7A. Windows color (decimal): -7242445 or 3374481. OLE color: 3374481.

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

Color convert

RGB14512551-
CMYK00.140.650.43
HSL47.23º47.96%38.43%-
HSV(B)47.23º64.83%56.86%-
XYZ19.6120.936.14-
YUV122.5487.63144.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=45.17%
G=38.94%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451255100.140.650.4347.2347.9638.43
Hex917D330E412B2f3026
Octal2211756301610153576046
Binary100100011111101110011011101000001101011101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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