#8C822E

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

Shades of Lemon Ginger #8C822E

Tints of Lemon Ginger #8C822E

Color information

#8C822E (or 0x8C822E) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 82 and 2E. RGB value is (140,130,46). Sum of RGB (Red+Green+Blue) = 140+130+46=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C822E is #737DD1. Grayscale: #7B7B7B. Windows color (decimal): -7568850 or 3048076. OLE color: 3048076.

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

Color convert

RGB14013046-
CMYK00.070.670.45
HSL53.62º50.54%36.47%-
HSV(B)53.62º67.14%54.9%-
XYZ19.2921.745.76-
YUV123.4184.31139.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=44.30%
G=41.14%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401304600.070.670.4553.6250.5436.47
Hex8C822E07432D363324
Octal214202560710355666344
Binary100011001000001010111001111000011101101110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,46); }

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

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

 a { background-color: rgb(140,130,46); }

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

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

 span { border-color: rgb(140,130,46); }

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