#8D842B

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

Shades of Lemon Ginger #8D842B

Tints of Lemon Ginger #8D842B

Color information

#8D842B (or 0x8D842B) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 2B. RGB value is (141,132,43). Sum of RGB (Red+Green+Blue) = 141+132+43=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D842B is #727BD4. Grayscale: #7C7C7C. Windows color (decimal): -7502805 or 2851981. OLE color: 2851981.

HSL color Cylindrical-coordinate representation of color #8D842B: hue angle of 54.49º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D842B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB14113243-
CMYK00.060.700.45
HSL54.49º53.26%36.08%-
HSV(B)54.49º69.5%55.29%-
XYZ19.6722.345.56-
YUV124.5481.98139.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=44.62%
G=41.77%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411324300.060.700.4554.4953.2636.08
Hex8D842B06462D363524
Octal215204530610655666544
Binary100011011000010010101101101000110101101110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,43); }

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

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

 a { background-color: rgb(141,132,43); }

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

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

 span { border-color: rgb(141,132,43); }

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