#8D8126

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

Shades of Lemon Ginger #8D8126

Tints of Lemon Ginger #8D8126

Color information

#8D8126 (or 0x8D8126) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 26. RGB value is (141,129,38). Sum of RGB (Red+Green+Blue) = 141+129+38=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8126 is #727ED9. Grayscale: #7A7A7A. Windows color (decimal): -7503578 or 2523533. OLE color: 2523533.

HSL color Cylindrical-coordinate representation of color #8D8126: hue angle of 53.01º degrees, saturation: 0.58, 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 #8D8126 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB14112938-
CMYK00.090.730.45
HSL53.01º57.54%35.1%-
HSV(B)53.01º73.05%55.29%-
XYZ19.1821.54.97-
YUV122.2180.48141.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=45.78%
G=41.88%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411293800.090.730.4553.0157.5435.1
Hex8D812609492D353a23
Octal2152014601111155657243
Binary1000110110000001100110010011001001101101110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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