#8C8016

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

Shades of Lemon Ginger #8C8016

Tints of Lemon Ginger #8C8016

Color information

#8C8016 (or 0x8C8016) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 80 and 16. RGB value is (140,128,22). Sum of RGB (Red+Green+Blue) = 140+128+22=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8016 is #737FE9. Grayscale: #777777. Windows color (decimal): -7569386 or 1474700. OLE color: 1474700.

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

Color convert

RGB14012822-
CMYK00.090.840.45
HSL53.9º72.84%31.76%-
HSV(B)53.9º84.29%54.9%-
XYZ18.6821.073.84-
YUV119.572.98142.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=48.28%
G=44.14%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401282200.090.840.4553.972.8431.76
Hex8C801609542D364920
Octal21420026011124556611140
Binary1000110010000000101100100110101001011011101101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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