#8C8014

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

Shades of Lemon Ginger #8C8014

Tints of Lemon Ginger #8C8014

Color information

#8C8014 (or 0x8C8014) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 80 and 14. RGB value is (140,128,20). Sum of RGB (Red+Green+Blue) = 140+128+20=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8014 is #737FEB. Grayscale: #777777. Windows color (decimal): -7569388 or 1343628. OLE color: 1343628.

HSL color Cylindrical-coordinate representation of color #8C8014: hue angle of 54º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C8014 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14012820-
CMYK00.090.860.45
HSL54º75%31.37%-
HSV(B)54º85.71%54.9%-
XYZ18.6621.063.74-
YUV119.2871.98142.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 20 (8.20% from 255) = 6.94%
R=48.61%
G=44.44%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401282000.090.860.45547531.37
Hex8C801409562D364b1f
Octal21420024011126556611337
Binary100011001000000010100010011010110101101110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,20); }

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

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

 a { background-color: rgb(140,128,20); }

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

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

 span { border-color: rgb(140,128,20); }

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