#8B8420

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

Shades of Lemon Ginger #8B8420

Tints of Lemon Ginger #8B8420

Color information

#8B8420 (or 0x8B8420) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 84 and 20. RGB value is (139,132,32). Sum of RGB (Red+Green+Blue) = 139+132+32=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8420 is #747BDF. Grayscale: #7B7B7B. Windows color (decimal): -7633888 or 2131083. OLE color: 2131083.

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

Color convert

RGB13913232-
CMYK00.050.770.45
HSL56.07º62.57%33.53%-
HSV(B)56.07º76.98%54.51%-
XYZ19.1622.14.62-
YUV122.6976.82139.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=45.87%
G=43.56%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391323200.050.770.4556.0762.5733.53
Hex8B8420054D2D383f22
Octal213204400511555707742
Binary100010111000010010000001011001101101101111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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