#8D8032

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

Shades of Lemon Ginger #8D8032

Tints of Lemon Ginger #8D8032

Color information

#8D8032 (or 0x8D8032) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 80 and 32. RGB value is (141,128,50). Sum of RGB (Red+Green+Blue) = 141+128+50=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8032 is #727FCD. Grayscale: #7B7B7B. Windows color (decimal): -7503822 or 3309709. OLE color: 3309709.

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

Color convert

RGB14112850-
CMYK00.090.650.45
HSL51.43º47.64%37.45%-
HSV(B)51.43º64.54%55.29%-
XYZ19.2821.336.12-
YUV122.9986.81140.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=44.20%
G=40.13%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411285000.090.650.4551.4347.6437.45
Hex8D803209412D333025
Octal2152006201110155636045
Binary1000110110000000110010010011000001101101110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,50); }

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

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

 a { background-color: rgb(141,128,50); }

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

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

 span { border-color: rgb(141,128,50); }

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