#8E822F

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

Shades of Lemon Ginger #8E822F

Tints of Lemon Ginger #8E822F

Color information

#8E822F (or 0x8E822F) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 82 and 2F. RGB value is (142,130,47). Sum of RGB (Red+Green+Blue) = 142+130+47=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E822F is #717DD0. Grayscale: #7C7C7C. Windows color (decimal): -7437777 or 3113614. OLE color: 3113614.

HSL color Cylindrical-coordinate representation of color #8E822F: hue angle of 52.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E822F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14213047-
CMYK00.080.670.44
HSL52.42º50.26%37.06%-
HSV(B)52.42º66.9%55.69%-
XYZ19.6521.925.88-
YUV124.1384.48140.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=44.51%
G=40.75%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421304700.080.670.4452.4250.2637.06
Hex8E822F08432C343225
Octal2162025701010354646245
Binary1000111010000010101111010001000011101100110100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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