#8C8A2A

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

Shades of Lemon Ginger #8C8A2A

Tints of Lemon Ginger #8C8A2A

Color information

#8C8A2A (or 0x8C8A2A) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 8A and 2A. RGB value is (140,138,42). Sum of RGB (Red+Green+Blue) = 140+138+42=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8A2A is #7375D5. Grayscale: #808080. Windows color (decimal): -7566806 or 2787980. OLE color: 2787980.

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

Color convert

RGB14013842-
CMYK00.010.70.45
HSL58.78º53.85%35.69%-
HSV(B)58.78º70%54.9%-
XYZ20.3223.925.74-
YUV127.6579.66136.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=43.75%
G=43.12%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401384200.010.70.4558.7853.8535.69
Hex8C8A2A01462D3b3624
Octal214212520110655736644
Binary1000110010001010101010011000110101101111011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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