#8E8A2C

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

Shades of Lemon Ginger #8E8A2C

Tints of Lemon Ginger #8E8A2C

Color information

#8E8A2C (or 0x8E8A2C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 8A and 2C. RGB value is (142,138,44). Sum of RGB (Red+Green+Blue) = 142+138+44=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8A2C is #7175D3. Grayscale: #808080. Windows color (decimal): -7435732 or 2919054. OLE color: 2919054.

HSL color Cylindrical-coordinate representation of color #8E8A2C: hue angle of 57.55º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E8A2C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14213844-
CMYK00.030.690.44
HSL57.55º52.69%36.47%-
HSV(B)57.55º69.01%55.69%-
XYZ20.724.115.95-
YUV128.4880.33137.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=43.83%
G=42.59%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421384400.030.690.4457.5552.6936.47
Hex8E8A2C03452C3a3524
Octal216212540310554726544
Binary10001110100010101011000111000101101100111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,44); }

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

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

 a { background-color: rgb(142,138,44); }

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

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

 span { border-color: rgb(142,138,44); }

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