Html Css Color HEX #8E802F Lemon Ginger

📋 copy color: '#8E802F'

red 142 ◦ green 128 ◦ blue 47

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

Shades of Lemon Ginger #8E802F

Tints of Lemon Ginger #8E802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 44.79%
G = 40.38%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E802F (or 0x8E802F) is known color: Lemon Ginger. HEX triplet: 8E, 80 and 2F. RGB value is (142,128,47). Sum of RGB (Red+Green+Blue) = 142+128+47=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E802F is #717FD0. Grayscale: #7B7B7B. Windows color (decimal): -7438289 or 3113102. OLE color: 3113102.

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

Color convert

RGB 142 128 47 -
CMYK 0 0.10 0.67 0.44
HSL 51.16º 0.5% 0.37% -
HSV(B) 51.16º 0.67% 0.56% -
XYZ 19.39 21.39 5.8 -
YUV 122.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 142 128 47 0 0.10 0.67 0.44 51.16 0.5 0.37
Hex 8E 80 2F 0 A 43 2C 33 32 25
Octal 216 200 57 0 12 103 54 63 62 45
Binary 10001110 10000000 101111 0 1010 1000011 101100 110011 110010 100101

Color Harmonies of #8E802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E802F

Black with #8E802F

Text Example


Text Example

White with #8E802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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