#8B802D

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

Shades of Lemon Ginger #8B802D

Tints of Lemon Ginger #8B802D

Color information

#8B802D (or 0x8B802D) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 80 and 2D. RGB value is (139,128,45). Sum of RGB (Red+Green+Blue) = 139+128+45=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B802D is #747FD2. Grayscale: #7A7A7A. Windows color (decimal): -7634899 or 2982027. OLE color: 2982027.

HSL color Cylindrical-coordinate representation of color #8B802D: hue angle of 52.98º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B802D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB13912845-
CMYK00.080.680.45
HSL52.98º51.09%36.08%-
HSV(B)52.98º67.63%54.51%-
XYZ18.8421.125.57-
YUV121.8384.64140.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=44.55%
G=41.03%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391284500.080.680.4552.9851.0936.08
Hex8B802D08442D353324
Octal2132005501010455656344
Binary1000101110000000101101010001000100101101110101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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