#8E8221

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

Shades of Lemon Ginger #8E8221

Tints of Lemon Ginger #8E8221

Color information

#8E8221 (or 0x8E8221) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 21. RGB value is (142,130,33). Sum of RGB (Red+Green+Blue) = 142+130+33=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8221 is #717DDE. Grayscale: #7A7A7A. Windows color (decimal): -7437791 or 2196110. OLE color: 2196110.

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

Color convert

RGB14213033-
CMYK00.080.770.44
HSL53.39º62.29%34.31%-
HSV(B)53.39º76.76%55.69%-
XYZ19.4121.834.63-
YUV122.5377.48141.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=46.56%
G=42.62%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421303300.080.770.4453.3962.2934.31
Hex8E8221084D2C353e22
Octal2162024101011554657642
Binary1000111010000010100001010001001101101100110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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