#8E881B

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

Shades of Lemon Ginger #8E881B

Tints of Lemon Ginger #8E881B

Color information

#8E881B (or 0x8E881B) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 88 and 1B. RGB value is (142,136,27). Sum of RGB (Red+Green+Blue) = 142+136+27=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E881B is #7177E4. Grayscale: #7D7D7D. Windows color (decimal): -7436261 or 1804430. OLE color: 1804430.

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

Color convert

RGB14213627-
CMYK00.040.810.44
HSL56.87º68.05%33.14%-
HSV(B)56.87º80.99%55.69%-
XYZ20.1623.444.5-
YUV125.3772.49139.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=46.56%
G=44.59%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421362700.040.810.4456.8768.0533.14
Hex8E881B04512C394421
Octal2162103304121547110441
Binary100011101000100011011010010100011011001110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,27); }

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

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

 a { background-color: rgb(142,136,27); }

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

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

 span { border-color: rgb(142,136,27); }

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