#917F29

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

Shades of Lemon Ginger #917F29

Tints of Lemon Ginger #917F29

Color information

#917F29 (or 0x917F29) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7F and 29. RGB value is (145,127,41). Sum of RGB (Red+Green+Blue) = 145+127+41=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F29 is #6E80D6. Grayscale: #7A7A7A. Windows color (decimal): -7241943 or 2719633. OLE color: 2719633.

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

Color convert

RGB14512741-
CMYK00.120.720.43
HSL49.62º55.91%36.47%-
HSV(B)49.62º71.72%56.86%-
XYZ19.6721.365.18-
YUV122.5881.96143.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=46.33%
G=40.58%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451274100.120.720.4349.6255.9136.47
Hex917F290C482B323824
Octal2211775101411053627044
Binary100100011111111101001011001001000101011110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,41); }

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

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

 a { background-color: rgb(145,127,41); }

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

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

 span { border-color: rgb(145,127,41); }

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