#8E8226

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

Shades of Lemon Ginger #8E8226

Tints of Lemon Ginger #8E8226

Color information

#8E8226 (or 0x8E8226) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 26. RGB value is (142,130,38). Sum of RGB (Red+Green+Blue) = 142+130+38=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8226 is #717DD9. Grayscale: #7B7B7B. Windows color (decimal): -7437786 or 2523790. OLE color: 2523790.

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

Color convert

RGB14213038-
CMYK00.080.730.44
HSL53.08º57.78%35.29%-
HSV(B)53.08º73.24%55.69%-
XYZ19.4921.865.03-
YUV123.179.98141.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=45.81%
G=41.94%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421303800.080.730.4453.0857.7835.29
Hex8E822608492C353a23
Octal2162024601011154657243
Binary1000111010000010100110010001001001101100110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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