#8B8123

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

Shades of Lemon Ginger #8B8123

Tints of Lemon Ginger #8B8123

Color information

#8B8123 (or 0x8B8123) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 81 and 23. RGB value is (139,129,35). Sum of RGB (Red+Green+Blue) = 139+129+35=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8123 is #747EDC. Grayscale: #797979. Windows color (decimal): -7634653 or 2326923. OLE color: 2326923.

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

Color convert

RGB13912935-
CMYK00.070.750.45
HSL54.23º59.77%34.12%-
HSV(B)54.23º74.82%54.51%-
XYZ18.821.314.71-
YUV121.2779.31140.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 35 (14.06% from 255) = 11.55%
R=45.87%
G=42.57%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391293500.070.750.4554.2359.7734.12
Hex8B8123074B2D363c22
Octal213201430711355667442
Binary100010111000000110001101111001011101101110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,35); }

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

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

 a { background-color: rgb(139,129,35); }

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

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

 span { border-color: rgb(139,129,35); }

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