Html Css Color HEX #8E872F Lemon Ginger

📋 copy color: '#8E872F'

red 142 ◦ green 135 ◦ blue 47

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

Shades of Lemon Ginger #8E872F

Tints of Lemon Ginger #8E872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 43.83%
G = 41.67%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E872F (or 0x8E872F) is known color: Lemon Ginger. HEX triplet: 8E, 87 and 2F. RGB value is (142,135,47). Sum of RGB (Red+Green+Blue) = 142+135+47=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E872F is #7178D0. Grayscale: #7F7F7F. Windows color (decimal): -7436497 or 3114894. OLE color: 3114894.

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

Color convert

RGB 142 135 47 -
CMYK 0 0.05 0.67 0.44
HSL 55.58º 0.5% 0.37% -
HSV(B) 55.58º 0.67% 0.56% -
XYZ 20.33 23.28 6.11 -
YUV 127.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 142 135 47 0 0.05 0.67 0.44 55.58 0.5 0.37
Hex 8E 87 2F 0 5 43 2C 38 32 25
Octal 216 207 57 0 5 103 54 70 62 45
Binary 10001110 10000111 101111 0 101 1000011 101100 111000 110010 100101

Color Harmonies of #8E872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E872F

Black with #8E872F

Text Example


Text Example

White with #8E872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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