#8E8028

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

Shades of Lemon Ginger #8E8028

Tints of Lemon Ginger #8E8028

Color information

#8E8028 (or 0x8E8028) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 80 and 28. RGB value is (142,128,40). Sum of RGB (Red+Green+Blue) = 142+128+40=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8028 is #717FD7. Grayscale: #7A7A7A. Windows color (decimal): -7438296 or 2654350. OLE color: 2654350.

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

Color convert

RGB14212840-
CMYK00.100.720.44
HSL51.76º56.04%35.69%-
HSV(B)51.76º71.83%55.69%-
XYZ19.2621.345.11-
YUV122.1581.64142.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=45.81%
G=41.29%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421284000.100.720.4451.7656.0435.69
Hex8E80280A482C343824
Octal2162005001211054647044
Binary1000111010000000101000010101001000101100110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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