#8C861E

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

Shades of Lemon Ginger #8C861E

Tints of Lemon Ginger #8C861E

Color information

#8C861E (or 0x8C861E) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 86 and 1E. RGB value is (140,134,30). Sum of RGB (Red+Green+Blue) = 140+134+30=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C861E is #7379E1. Grayscale: #7C7C7C. Windows color (decimal): -7567842 or 2000524. OLE color: 2000524.

HSL color Cylindrical-coordinate representation of color #8C861E: hue angle of 56.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C861E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14013430-
CMYK00.040.790.45
HSL56.73º64.71%33.33%-
HSV(B)56.73º78.57%54.9%-
XYZ19.5722.724.58-
YUV123.9474.99139.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=46.05%
G=44.08%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401343000.040.790.4556.7364.7133.33
Hex8C861E044F2D394121
Octal2142063604117557110141
Binary100011001000011011110010010011111011011110011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,30); }

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

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

 a { background-color: rgb(140,134,30); }

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

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

 span { border-color: rgb(140,134,30); }

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