#8A8027

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

Shades of Lemon Ginger #8A8027

Tints of Lemon Ginger #8A8027

Color information

#8A8027 (or 0x8A8027) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 80 and 27. RGB value is (138,128,39). Sum of RGB (Red+Green+Blue) = 138+128+39=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8027 is #757FD8. Grayscale: #797979. Windows color (decimal): -7700441 or 2588810. OLE color: 2588810.

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

Color convert

RGB13812839-
CMYK00.070.720.46
HSL53.94º55.93%34.71%-
HSV(B)53.94º71.74%54.12%-
XYZ18.5720.994.99-
YUV120.8481.81140.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=45.25%
G=41.97%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381283900.070.720.4653.9455.9334.71
Hex8A802707482E363823
Octal212200470711056667043
Binary100010101000000010011101111001000101110110110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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