#8D8726

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

Shades of Lemon Ginger #8D8726

Tints of Lemon Ginger #8D8726

Color information

#8D8726 (or 0x8D8726) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 26. RGB value is (141,135,38). Sum of RGB (Red+Green+Blue) = 141+135+38=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8726 is #7278D9. Grayscale: #7E7E7E. Windows color (decimal): -7502042 or 2525069. OLE color: 2525069.

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

Color convert

RGB14113538-
CMYK00.040.730.45
HSL56.5º57.54%35.1%-
HSV(B)56.5º73.05%55.29%-
XYZ2023.135.24-
YUV125.7478.49138.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=44.90%
G=42.99%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411353800.040.730.4556.557.5435.1
Hex8D872604492D393a23
Octal215207460411155717243
Binary100011011000011110011001001001001101101111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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