#8E8C2A

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

Shades of Lemon Ginger #8E8C2A

Tints of Lemon Ginger #8E8C2A

Color information

#8E8C2A (or 0x8E8C2A) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 8C and 2A. RGB value is (142,140,42). Sum of RGB (Red+Green+Blue) = 142+140+42=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8C2A is #7173D5. Grayscale: #818181. Windows color (decimal): -7435222 or 2788494. OLE color: 2788494.

HSL color Cylindrical-coordinate representation of color #8E8C2A: hue angle of 58.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E8C2A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14214042-
CMYK00.010.700.44
HSL58.8º54.35%36.08%-
HSV(B)58.8º70.42%55.69%-
XYZ20.9524.675.85-
YUV129.4378.66136.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=43.83%
G=43.21%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421404200.010.700.4458.854.3536.08
Hex8E8C2A01462C3b3624
Octal216214520110654736644
Binary1000111010001100101010011000110101100111011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,42); }

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

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

 a { background-color: rgb(142,140,42); }

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

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

 span { border-color: rgb(142,140,42); }

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