#917E21

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

Shades of Lemon Ginger #917E21

Tints of Lemon Ginger #917E21

Color information

#917E21 (or 0x917E21) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7E and 21. RGB value is (145,126,33). Sum of RGB (Red+Green+Blue) = 145+126+33=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #917E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E21 is #6E81DE. Grayscale: #797979. Windows color (decimal): -7242207 or 2195089. OLE color: 2195089.

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

Color convert

RGB14512633-
CMYK00.130.770.43
HSL49.82º62.92%34.9%-
HSV(B)49.82º77.24%56.86%-
XYZ19.4121.054.48-
YUV121.0878.29145.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=47.70%
G=41.45%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451263300.130.770.4349.8262.9234.9
Hex917E210D4D2B323f23
Octal2211764101511553627743
Binary100100011111110100001011011001101101011110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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