#8E8918

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

Shades of Lemon Ginger #8E8918

Tints of Lemon Ginger #8E8918

Color information

#8E8918 (or 0x8E8918) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 89 and 18. RGB value is (142,137,24). Sum of RGB (Red+Green+Blue) = 142+137+24=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8918 is #7176E7. Grayscale: #7E7E7E. Windows color (decimal): -7436008 or 1608078. OLE color: 1608078.

HSL color Cylindrical-coordinate representation of color #8E8918: hue angle of 57.46º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E8918 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB14213724-
CMYK00.040.830.44
HSL57.46º71.08%32.55%-
HSV(B)57.46º83.1%55.69%-
XYZ20.2723.714.37-
YUV125.6170.66139.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=46.86%
G=45.21%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421372400.040.830.4457.4671.0832.55
Hex8E891804532C394721
Octal2162113004123547110741
Binary100011101000100111000010010100111011001110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8918; }

 p { color: rgb(142,137,24); }

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

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

 a { background-color: rgb(142,137,24); }

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

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

 span { border-color: rgb(142,137,24); }

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