#8A8023

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

Shades of Lemon Ginger #8A8023

Tints of Lemon Ginger #8A8023

Color information

#8A8023 (or 0x8A8023) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 80 and 23. RGB value is (138,128,35). Sum of RGB (Red+Green+Blue) = 138+128+35=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8023 is #757FDC. Grayscale: #787878. Windows color (decimal): -7700445 or 2326666. OLE color: 2326666.

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

Color convert

RGB13812835-
CMYK00.070.750.46
HSL54.17º59.54%33.92%-
HSV(B)54.17º74.64%54.12%-
XYZ18.520.964.66-
YUV120.3979.81140.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 35 (14.06% from 255) = 11.63%
R=45.85%
G=42.52%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381283500.070.750.4654.1759.5433.92
Hex8A8023074B2E363c22
Octal212200430711356667442
Binary100010101000000010001101111001011101110110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,35); }

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

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

 a { background-color: rgb(138,128,35); }

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

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

 span { border-color: rgb(138,128,35); }

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