#8B8520

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

Shades of Lemon Ginger #8B8520

Tints of Lemon Ginger #8B8520

Color information

#8B8520 (or 0x8B8520) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 85 and 20. RGB value is (139,133,32). Sum of RGB (Red+Green+Blue) = 139+133+32=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8520 is #747ADF. Grayscale: #7B7B7B. Windows color (decimal): -7633632 or 2131339. OLE color: 2131339.

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

Color convert

RGB13913332-
CMYK00.040.770.45
HSL56.64º62.57%33.53%-
HSV(B)56.64º76.98%54.51%-
XYZ19.322.374.67-
YUV123.2876.49139.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=45.72%
G=43.75%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391333200.040.770.4556.6462.5733.53
Hex8B8520044D2D393f22
Octal213205400411555717742
Binary100010111000010110000001001001101101101111001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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