#8A8020

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

Shades of Lemon Ginger #8A8020

Tints of Lemon Ginger #8A8020

Color information

#8A8020 (or 0x8A8020) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 80 and 20. RGB value is (138,128,32). Sum of RGB (Red+Green+Blue) = 138+128+32=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8020 is #757FDF. Grayscale: #787878. Windows color (decimal): -7700448 or 2130058. OLE color: 2130058.

HSL color Cylindrical-coordinate representation of color #8A8020: hue angle of 54.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A8020 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13812832-
CMYK00.070.770.46
HSL54.34º62.35%33.33%-
HSV(B)54.34º76.81%54.12%-
XYZ18.4620.954.44-
YUV120.0578.31140.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=46.31%
G=42.95%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381283200.070.770.4654.3462.3533.33
Hex8A8020074D2E363e21
Octal212200400711556667641
Binary100010101000000010000001111001101101110110110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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