#8B8126

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

Shades of Lemon Ginger #8B8126

Tints of Lemon Ginger #8B8126

Color information

#8B8126 (or 0x8B8126) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 81 and 26. RGB value is (139,129,38). Sum of RGB (Red+Green+Blue) = 139+129+38=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8126 is #747ED9. Grayscale: #797979. Windows color (decimal): -7634650 or 2523531. OLE color: 2523531.

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

Color convert

RGB13912938-
CMYK00.070.730.45
HSL54.06º57.06%34.71%-
HSV(B)54.06º72.66%54.51%-
XYZ18.8521.334.96-
YUV121.6280.81140.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=45.42%
G=42.16%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391293800.070.730.4554.0657.0634.71
Hex8B812607492D363923
Octal213201460711155667143
Binary100010111000000110011001111001001101101110110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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