#8E802D

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

Shades of Lemon Ginger #8E802D

Tints of Lemon Ginger #8E802D

Color information

#8E802D (or 0x8E802D) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 80 and 2D. RGB value is (142,128,45). Sum of RGB (Red+Green+Blue) = 142+128+45=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E802D is #717FD2. Grayscale: #7B7B7B. Windows color (decimal): -7438291 or 2982030. OLE color: 2982030.

HSL color Cylindrical-coordinate representation of color #8E802D: hue angle of 51.34º 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 #8E802D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14212845-
CMYK00.100.680.44
HSL51.34º51.87%36.67%-
HSV(B)51.34º68.31%55.69%-
XYZ19.3521.385.59-
YUV122.7284.14141.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=45.08%
G=40.63%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421284500.100.680.4451.3451.8736.67
Hex8E802D0A442C333425
Octal2162005501210454636445
Binary1000111010000000101101010101000100101100110011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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