#917A21

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

Shades of Lemon Ginger #917A21

Tints of Lemon Ginger #917A21

Color information

#917A21 (or 0x917A21) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7A and 21. RGB value is (145,122,33). Sum of RGB (Red+Green+Blue) = 145+122+33=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #917A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A21 is #6E85DE. Grayscale: #777777. Windows color (decimal): -7243231 or 2194065. OLE color: 2194065.

HSL color Cylindrical-coordinate representation of color #917A21: hue angle of 47.68º 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 #917A21 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14512233-
CMYK00.160.770.43
HSL47.68º62.92%34.9%-
HSV(B)47.68º77.24%56.86%-
XYZ18.9120.054.31-
YUV118.7379.62146.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 33 (13.28% from 255) = 11%
R=48.33%
G=40.67%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451223300.160.770.4347.6862.9234.9
Hex917A210104D2B303f23
Octal2211724102011553607743
Binary1001000111110101000010100001001101101011110000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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