#8B8020

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

Shades of Lemon Ginger #8B8020

Tints of Lemon Ginger #8B8020

Color information

#8B8020 (or 0x8B8020) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 80 and 20. RGB value is (139,128,32). Sum of RGB (Red+Green+Blue) = 139+128+32=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8020 is #747FDF. Grayscale: #787878. Windows color (decimal): -7634912 or 2130059. OLE color: 2130059.

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

Color convert

RGB13912832-
CMYK00.080.770.45
HSL53.83º62.57%33.53%-
HSV(B)53.83º76.98%54.51%-
XYZ18.6321.034.44-
YUV120.3478.14141.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 32 (12.89% from 255) = 10.70%
R=46.49%
G=42.81%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391283200.080.770.4553.8362.5733.53
Hex8B8020084D2D363f22
Octal2132004001011555667742
Binary1000101110000000100000010001001101101101110110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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