#8C802D

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

Shades of Lemon Ginger #8C802D

Tints of Lemon Ginger #8C802D

Color information

#8C802D (or 0x8C802D) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 80 and 2D. RGB value is (140,128,45). Sum of RGB (Red+Green+Blue) = 140+128+45=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C802D is #737FD2. Grayscale: #7A7A7A. Windows color (decimal): -7569363 or 2982028. OLE color: 2982028.

HSL color Cylindrical-coordinate representation of color #8C802D: hue angle of 52.42º 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 #8C802D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14012845-
CMYK00.090.680.45
HSL52.42º51.35%36.27%-
HSV(B)52.42º67.86%54.9%-
XYZ19.0121.25.57-
YUV122.1384.48140.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=44.73%
G=40.89%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401284500.090.680.4552.4251.3536.27
Hex8C802D09442D343324
Octal2142005501110455646344
Binary1000110010000000101101010011000100101101110100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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