#8E811F

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

Shades of Lemon Ginger #8E811F

Tints of Lemon Ginger #8E811F

Color information

#8E811F (or 0x8E811F) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 1F. RGB value is (142,129,31). Sum of RGB (Red+Green+Blue) = 142+129+31=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E811F is #717EE0. Grayscale: #7A7A7A. Windows color (decimal): -7438049 or 2064782. OLE color: 2064782.

HSL color Cylindrical-coordinate representation of color #8E811F: hue angle of 52.97º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E811F is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14212931-
CMYK00.090.780.44
HSL52.97º64.16%33.92%-
HSV(B)52.97º78.17%55.69%-
XYZ19.2521.554.44-
YUV121.7276.81142.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=47.02%
G=42.72%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421293100.090.780.4452.9764.1633.92
Hex8E811F094E2C354022
Octal21620137011116546510042
Binary1000111010000001111110100110011101011001101011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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