#8A802D

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

Shades of Lemon Ginger #8A802D

Tints of Lemon Ginger #8A802D

Color information

#8A802D (or 0x8A802D) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 80 and 2D. RGB value is (138,128,45). Sum of RGB (Red+Green+Blue) = 138+128+45=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A802D is #757FD2. Grayscale: #797979. Windows color (decimal): -7700435 or 2982026. OLE color: 2982026.

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

Color convert

RGB13812845-
CMYK00.070.670.46
HSL53.55º50.82%35.88%-
HSV(B)53.55º67.39%54.12%-
XYZ18.6721.035.56-
YUV121.5384.81139.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=44.37%
G=41.16%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381284500.070.670.4653.5550.8235.88
Hex8A802D07432E363324
Octal212200550710356666344
Binary100010101000000010110101111000011101110110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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