#8C882A

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

Shades of Lemon Ginger #8C882A

Tints of Lemon Ginger #8C882A

Color information

#8C882A (or 0x8C882A) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 88 and 2A. RGB value is (140,136,42). Sum of RGB (Red+Green+Blue) = 140+136+42=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C882A is #7377D5. Grayscale: #7E7E7E. Windows color (decimal): -7567318 or 2787468. OLE color: 2787468.

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

Color convert

RGB14013642-
CMYK00.030.70.45
HSL57.55º53.85%35.69%-
HSV(B)57.55º70%54.9%-
XYZ20.0423.355.64-
YUV126.4880.33137.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=44.03%
G=42.77%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401364200.030.70.4557.5553.8535.69
Hex8C882A03462D3a3624
Octal214210520310655726644
Binary10001100100010001010100111000110101101111010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,42); }

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

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

 a { background-color: rgb(140,136,42); }

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

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

 span { border-color: rgb(140,136,42); }

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