Html Css Color HEX #8E842A Lemon Ginger

📋 copy color: '#8E842A'

red 142 ◦ green 132 ◦ blue 42

#8E842A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #8E842A

Tints of Lemon Ginger #8E842A

RGB

 RED value IS 142 (55.86% from 255) = 44.94%

 GREEN value IS 132 (51.95% from 255) = 41.77%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 44.94%
G = 41.77%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E842A (or 0x8E842A) is known color: Lemon Ginger. HEX triplet: 8E, 84 and 2A. RGB value is (142,132,42). Sum of RGB (Red+Green+Blue) = 142+132+42=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E842A is #717BD5. Grayscale: #7D7D7D. Windows color (decimal): -7437270 or 2786446. OLE color: 2786446.

HSL color Cylindrical-coordinate representation of color #8E842A: hue angle of 54º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E842A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 132 42 -
CMYK 0 0.07 0.70 0.44
HSL 54º 0.54% 0.36% -
HSV(B) 54º 0.7% 0.56% -
XYZ 19.82 22.42 5.47 -
YUV 124.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 142 132 42 0 0.07 0.70 0.44 54 0.54 0.36
Hex 8E 84 2A 0 7 46 2C 36 36 24
Octal 216 204 52 0 7 106 54 66 66 44
Binary 10001110 10000100 101010 0 111 1000110 101100 110110 110110 100100

Color Harmonies of #8E842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E842A

Black with #8E842A

Text Example


Text Example

White with #8E842A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,42); }

 H1.HeaderClassName
 {
   color: #8E842A;
 }
 .AnyTagClassName
 {
   color: #8E842A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,132,42); }

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

border-color css

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

 span { border-color: rgb(142,132,42); }

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