#8E8519

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

Shades of Lemon Ginger #8E8519

Tints of Lemon Ginger #8E8519

Color information

#8E8519 (or 0x8E8519) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 85 and 19. RGB value is (142,133,25). Sum of RGB (Red+Green+Blue) = 142+133+25=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8519 is #717AE6. Grayscale: #7B7B7B. Windows color (decimal): -7437031 or 1672590. OLE color: 1672590.

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

Color convert

RGB14213325-
CMYK00.060.820.44
HSL55.38º70.06%32.75%-
HSV(B)55.38º82.39%55.69%-
XYZ19.7222.64.24-
YUV123.3872.48141.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 25 (10.16% from 255) = 8.33%
R=47.33%
G=44.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421332500.060.820.4455.3870.0632.75
Hex8E851906522C374621
Octal2162053106122546710641
Binary100011101000010111001011010100101011001101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,25); }

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

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

 a { background-color: rgb(142,133,25); }

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

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

 span { border-color: rgb(142,133,25); }

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