Html Css Color HEX #8E882E Lemon Ginger

📋 copy color: '#8E882E'

red 142 ◦ green 136 ◦ blue 46

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

Shades of Lemon Ginger #8E882E

Tints of Lemon Ginger #8E882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 43.83%
G = 41.98%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E882E (or 0x8E882E) is known color: Lemon Ginger. HEX triplet: 8E, 88 and 2E. RGB value is (142,136,46). Sum of RGB (Red+Green+Blue) = 142+136+46=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E882E is #7177D1. Grayscale: #7F7F7F. Windows color (decimal): -7436242 or 3049614. OLE color: 3049614.

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

Color convert

RGB 142 136 46 -
CMYK 0 0.04 0.68 0.44
HSL 56.25º 0.51% 0.37% -
HSV(B) 56.25º 0.68% 0.56% -
XYZ 20.45 23.56 6.05 -
YUV 127.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 142 136 46 0 0.04 0.68 0.44 56.25 0.51 0.37
Hex 8E 88 2E 0 4 44 2C 38 33 25
Octal 216 210 56 0 4 104 54 70 63 45
Binary 10001110 10001000 101110 0 100 1000100 101100 111000 110011 100101

Color Harmonies of #8E882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E882E

Black with #8E882E

Text Example


Text Example

White with #8E882E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,46); }

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

background-color css

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

 a { background-color: rgb(142,136,46); }

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

border-color css

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

 span { border-color: rgb(142,136,46); }

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