#8E8915

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

Shades of Lemon Ginger #8E8915

Tints of Lemon Ginger #8E8915

Color information

#8E8915 (or 0x8E8915) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 89 and 15. RGB value is (142,137,21). Sum of RGB (Red+Green+Blue) = 142+137+21=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8915 is #7176EA. Grayscale: #7D7D7D. Windows color (decimal): -7436011 or 1411470. OLE color: 1411470.

HSL color Cylindrical-coordinate representation of color #8E8915: hue angle of 57.52º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E8915 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14213721-
CMYK00.040.850.44
HSL57.52º74.23%31.96%-
HSV(B)57.52º85.21%55.69%-
XYZ20.2423.74.22-
YUV125.2769.16139.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 21 (8.59% from 255) = 7%
R=47.33%
G=45.67%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421372100.040.850.4457.5274.2331.96
Hex8E891504552C3a4a20
Octal2162112504125547211240
Binary100011101000100110101010010101011011001110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,21); }

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

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

 a { background-color: rgb(142,137,21); }

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

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

 span { border-color: rgb(142,137,21); }

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