#8E821B

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

Shades of Lemon Ginger #8E821B

Tints of Lemon Ginger #8E821B

Color information

#8E821B (or 0x8E821B) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 1B. RGB value is (142,130,27). Sum of RGB (Red+Green+Blue) = 142+130+27=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E821B is #717DE4. Grayscale: #7A7A7A. Windows color (decimal): -7437797 or 1802894. OLE color: 1802894.

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

Color convert

RGB14213027-
CMYK00.080.810.44
HSL53.74º68.05%33.14%-
HSV(B)53.74º80.99%55.69%-
XYZ19.3421.84.22-
YUV121.8574.48142.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=47.49%
G=43.48%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421302700.080.810.4453.7468.0533.14
Hex8E821B08512C364421
Octal21620233010121546610441
Binary1000111010000010110110100010100011011001101101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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