Html Css Color HEX #8E842F Lemon Ginger

📋 copy color: '#8E842F'

red 142 ◦ green 132 ◦ blue 47

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

Shades of Lemon Ginger #8E842F

Tints of Lemon Ginger #8E842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 44.24%
G = 41.12%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E842F (or 0x8E842F) is known color: Lemon Ginger. HEX triplet: 8E, 84 and 2F. RGB value is (142,132,47). Sum of RGB (Red+Green+Blue) = 142+132+47=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E842F is #717BD0. Grayscale: #7D7D7D. Windows color (decimal): -7437265 or 3114126. OLE color: 3114126.

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

Color convert

RGB 142 132 47 -
CMYK 0 0.07 0.67 0.44
HSL 53.68º 0.5% 0.37% -
HSV(B) 53.68º 0.67% 0.56% -
XYZ 19.92 22.46 5.97 -
YUV 125.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 142 132 47 0 0.07 0.67 0.44 53.68 0.5 0.37
Hex 8E 84 2F 0 7 43 2C 36 32 25
Octal 216 204 57 0 7 103 54 66 62 45
Binary 10001110 10000100 101111 0 111 1000011 101100 110110 110010 100101

Color Harmonies of #8E842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E842F

Black with #8E842F

Text Example


Text Example

White with #8E842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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