#8E8527

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

Shades of Lemon Ginger #8E8527

Tints of Lemon Ginger #8E8527

Color information

#8E8527 (or 0x8E8527) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 85 and 27. RGB value is (142,133,39). Sum of RGB (Red+Green+Blue) = 142+133+39=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8527 is #717AD8. Grayscale: #7D7D7D. Windows color (decimal): -7437017 or 2590094. OLE color: 2590094.

HSL color Cylindrical-coordinate representation of color #8E8527: hue angle of 54.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E8527 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14213339-
CMYK00.060.730.44
HSL54.76º56.91%35.49%-
HSV(B)54.76º72.54%55.69%-
XYZ19.9122.675.25-
YUV124.9879.48140.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=45.22%
G=42.36%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421333900.060.730.4454.7656.9135.49
Hex8E852706492C373923
Octal216205470611154677143
Binary100011101000010110011101101001001101100110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,39); }

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

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

 a { background-color: rgb(142,133,39); }

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

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

 span { border-color: rgb(142,133,39); }

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