#8D8020

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

Shades of Lemon Ginger #8D8020

Tints of Lemon Ginger #8D8020

Color information

#8D8020 (or 0x8D8020) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 80 and 20. RGB value is (141,128,32). Sum of RGB (Red+Green+Blue) = 141+128+32=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8020 is #727FDF. Grayscale: #797979. Windows color (decimal): -7503840 or 2130061. OLE color: 2130061.

HSL color Cylindrical-coordinate representation of color #8D8020: hue angle of 52.84º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D8020 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB14112832-
CMYK00.090.770.45
HSL52.84º63.01%33.92%-
HSV(B)52.84º77.3%55.29%-
XYZ18.9621.214.46-
YUV120.9477.81142.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=46.84%
G=42.52%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411283200.090.770.4552.8463.0133.92
Hex8D8020094D2D353f22
Octal2152004001111555657742
Binary1000110110000000100000010011001101101101110101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,32); }

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

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

 a { background-color: rgb(141,128,32); }

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

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

 span { border-color: rgb(141,128,32); }

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