#8E811B

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

Shades of Lemon Ginger #8E811B

Tints of Lemon Ginger #8E811B

Color information

#8E811B (or 0x8E811B) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 1B. RGB value is (142,129,27). Sum of RGB (Red+Green+Blue) = 142+129+27=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E811B is #717EE4. Grayscale: #797979. Windows color (decimal): -7438053 or 1802638. OLE color: 1802638.

HSL color Cylindrical-coordinate representation of color #8E811B: hue angle of 53.22º 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 #8E811B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14212927-
CMYK00.090.810.44
HSL53.22º68.05%33.14%-
HSV(B)53.22º80.99%55.69%-
XYZ19.221.534.18-
YUV121.2674.81142.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 27 (10.94% from 255) = 9.06%
R=47.65%
G=43.29%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421292700.090.810.4453.2268.0533.14
Hex8E811B09512C354421
Octal21620133011121546510441
Binary1000111010000001110110100110100011011001101011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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