#918136

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

Shades of Lemon Ginger #918136

Tints of Lemon Ginger #918136

Color information

#918136 (or 0x918136) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 36. RGB value is (145,129,54). Sum of RGB (Red+Green+Blue) = 145+129+54=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918136 is #6E7EC9. Grayscale: #7D7D7D. Windows color (decimal): -7241418 or 3572113. OLE color: 3572113.

HSL color Cylindrical-coordinate representation of color #918136: hue angle of 49.45º 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 #918136 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB14512954-
CMYK00.110.630.43
HSL49.45º45.73%39.02%-
HSV(B)49.45º62.76%56.86%-
XYZ20.1921.996.67-
YUV125.2387.8142.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=44.21%
G=39.33%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451295400.110.630.4349.4545.7339.02
Hex9181360B3F2B312e27
Octal221201660137753615647
Binary100100011000000111011001011111111101011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918136; }

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

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

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

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

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

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

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

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