#8E8720

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

Shades of Lemon Ginger #8E8720

Tints of Lemon Ginger #8E8720

Color information

#8E8720 (or 0x8E8720) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 87 and 20. RGB value is (142,135,32). Sum of RGB (Red+Green+Blue) = 142+135+32=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8720 is #7178DF. Grayscale: #7D7D7D. Windows color (decimal): -7436512 or 2131854. OLE color: 2131854.

HSL color Cylindrical-coordinate representation of color #8E8720: hue angle of 56.18º degrees, saturation: 0.63, 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 #8E8720 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14213532-
CMYK00.050.770.44
HSL56.18º63.22%34.12%-
HSV(B)56.18º77.46%55.69%-
XYZ20.0823.184.78-
YUV125.3575.32139.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=45.95%
G=43.69%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421353200.050.770.4456.1863.2234.12
Hex8E8720054D2C383f22
Octal216207400511554707742
Binary100011101000011110000001011001101101100111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,32); }

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

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

 a { background-color: rgb(142,135,32); }

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

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

 span { border-color: rgb(142,135,32); }

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