#8E822A

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

Shades of Lemon Ginger #8E822A

Tints of Lemon Ginger #8E822A

Color information

#8E822A (or 0x8E822A) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 2A. RGB value is (142,130,42). Sum of RGB (Red+Green+Blue) = 142+130+42=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E822A is #717DD5. Grayscale: #7B7B7B. Windows color (decimal): -7437782 or 2785934. OLE color: 2785934.

HSL color Cylindrical-coordinate representation of color #8E822A: hue angle of 52.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 #8E822A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14213042-
CMYK00.080.700.44
HSL52.8º54.35%36.08%-
HSV(B)52.8º70.42%55.69%-
XYZ19.5621.885.38-
YUV123.5681.98141.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=45.22%
G=41.40%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421304200.080.700.4452.854.3536.08
Hex8E822A08462C353624
Octal2162025201010654656644
Binary1000111010000010101010010001000110101100110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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