#8B8116

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

Shades of Lemon Ginger #8B8116

Tints of Lemon Ginger #8B8116

Color information

#8B8116 (or 0x8B8116) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 81 and 16. RGB value is (139,129,22). Sum of RGB (Red+Green+Blue) = 139+129+22=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8116 is #747EE9. Grayscale: #787878. Windows color (decimal): -7634666 or 1474955. OLE color: 1474955.

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

Color convert

RGB13912922-
CMYK00.070.840.45
HSL54.87º72.67%31.57%-
HSV(B)54.87º84.17%54.51%-
XYZ18.6421.253.88-
YUV119.7972.81141.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=47.93%
G=44.48%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391292200.070.840.4554.8772.6731.57
Hex8B811607542D374920
Octal2132012607124556711140
Binary100010111000000110110011110101001011011101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,22); }

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

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

 a { background-color: rgb(139,129,22); }

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

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

 span { border-color: rgb(139,129,22); }

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