#918618

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

Shades of Lemon Ginger #918618

Tints of Lemon Ginger #918618

Color information

#918618 (or 0x918618) is unknown color: approx Lemon Ginger. HEX triplet: 91, 86 and 18. RGB value is (145,134,24). Sum of RGB (Red+Green+Blue) = 145+134+24=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #918618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918618 is #6E79E7. Grayscale: #7D7D7D. Windows color (decimal): -7240168 or 1607313. OLE color: 1607313.

HSL color Cylindrical-coordinate representation of color #918618: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #918618 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14513424-
CMYK00.080.830.43
HSL54.55º71.6%33.14%-
HSV(B)54.55º83.45%56.86%-
XYZ20.3723.144.26-
YUV124.7571.14142.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=47.85%
G=44.22%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451342400.080.830.4354.5571.633.14
Hex91861808532B374821
Octal22120630010123536711041
Binary1001000110000110110000100010100111010111101111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918618; }

 p { color: rgb(145,134,24); }

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

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

 a { background-color: rgb(145,134,24); }

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

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

 span { border-color: rgb(145,134,24); }

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