#8E802B

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

Shades of Lemon Ginger #8E802B

Tints of Lemon Ginger #8E802B

Color information

#8E802B (or 0x8E802B) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 80 and 2B. RGB value is (142,128,43). Sum of RGB (Red+Green+Blue) = 142+128+43=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E802B is #717FD4. Grayscale: #7A7A7A. Windows color (decimal): -7438293 or 2850958. OLE color: 2850958.

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

Color convert

RGB14212843-
CMYK00.100.700.44
HSL51.52º53.51%36.27%-
HSV(B)51.52º69.72%55.69%-
XYZ19.3121.365.39-
YUV122.583.14141.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=45.37%
G=40.89%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421284300.100.700.4451.5253.5136.27
Hex8E802B0A462C343624
Octal2162005301210654646644
Binary1000111010000000101011010101000110101100110100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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