#8E822D

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

Shades of Lemon Ginger #8E822D

Tints of Lemon Ginger #8E822D

Color information

#8E822D (or 0x8E822D) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 2D. RGB value is (142,130,45). Sum of RGB (Red+Green+Blue) = 142+130+45=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E822D is #717DD2. Grayscale: #7C7C7C. Windows color (decimal): -7437779 or 2982542. OLE color: 2982542.

HSL color Cylindrical-coordinate representation of color #8E822D: hue angle of 52.58º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E822D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14213045-
CMYK00.080.680.44
HSL52.58º51.87%36.67%-
HSV(B)52.58º68.31%55.69%-
XYZ19.6121.915.68-
YUV123.983.48140.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=44.79%
G=41.01%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421304500.080.680.4452.5851.8736.67
Hex8E822D08442C353425
Octal2162025501010454656445
Binary1000111010000010101101010001000100101100110101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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