#918036

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

Shades of Lemon Ginger #918036

Tints of Lemon Ginger #918036

Color information

#918036 (or 0x918036) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 36. RGB value is (145,128,54). Sum of RGB (Red+Green+Blue) = 145+128+54=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918036 is #6E7FC9. Grayscale: #7C7C7C. Windows color (decimal): -7241674 or 3571857. OLE color: 3571857.

HSL color Cylindrical-coordinate representation of color #918036: hue angle of 48.79º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #918036 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14512854-
CMYK00.120.630.43
HSL48.79º45.73%39.02%-
HSV(B)48.79º62.76%56.86%-
XYZ20.0621.726.63-
YUV124.6588.13142.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=44.34%
G=39.14%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451285400.120.630.4348.7945.7339.02
Hex9180360C3F2B312e27
Octal221200660147753615647
Binary100100011000000011011001100111111101011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918036; }

 p { color: rgb(145,128,54); }

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

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

 a { background-color: rgb(145,128,54); }

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

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

 span { border-color: rgb(145,128,54); }

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