#8C892A

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

Shades of Lemon Ginger #8C892A

Tints of Lemon Ginger #8C892A

Color information

#8C892A (or 0x8C892A) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 89 and 2A. RGB value is (140,137,42). Sum of RGB (Red+Green+Blue) = 140+137+42=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C892A is #7376D5. Grayscale: #7F7F7F. Windows color (decimal): -7567062 or 2787724. OLE color: 2787724.

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

Color convert

RGB14013742-
CMYK00.020.70.45
HSL58.16º53.85%35.69%-
HSV(B)58.16º70%54.9%-
XYZ20.1823.635.69-
YUV127.0779.99137.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=43.89%
G=42.95%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401374200.020.70.4558.1653.8535.69
Hex8C892A02462D3a3624
Octal214211520210655726644
Binary10001100100010011010100101000110101101111010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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