#8B842E

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

Shades of Lemon Ginger #8B842E

Tints of Lemon Ginger #8B842E

Color information

#8B842E (or 0x8B842E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 84 and 2E. RGB value is (139,132,46). Sum of RGB (Red+Green+Blue) = 139+132+46=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B842E is #747BD1. Grayscale: #7C7C7C. Windows color (decimal): -7633874 or 3048587. OLE color: 3048587.

HSL color Cylindrical-coordinate representation of color #8B842E: hue angle of 55.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B842E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13913246-
CMYK00.050.670.45
HSL55.48º50.27%36.27%-
HSV(B)55.48º66.91%54.51%-
XYZ19.3922.195.85-
YUV124.2983.82138.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=43.85%
G=41.64%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391324600.050.670.4555.4850.2736.27
Hex8B842E05432D373224
Octal213204560510355676244
Binary100010111000010010111001011000011101101110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,46); }

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

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

 a { background-color: rgb(139,132,46); }

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

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

 span { border-color: rgb(139,132,46); }

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