Html Css Color HEX #8E8212 Lemon Ginger

📋 copy color: '#8E8212'

red 142 ◦ green 130 ◦ blue 18

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

Shades of Lemon Ginger #8E8212

Tints of Lemon Ginger #8E8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 48.97%
G = 44.83%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E8212 (or 0x8E8212) is known color: Lemon Ginger. HEX triplet: 8E, 82 and 12. RGB value is (142,130,18). Sum of RGB (Red+Green+Blue) = 142+130+18=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8212 is #717DED. Grayscale: #797979. Windows color (decimal): -7437806 or 1213070. OLE color: 1213070.

HSL color Cylindrical-coordinate representation of color #8E8212: hue angle of 54.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E8212 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 130 18 -
CMYK 0 0.08 0.87 0.44
HSL 54.19º 0.78% 0.31% -
HSV(B) 54.19º 0.87% 0.56% -
XYZ 19.25 21.76 3.76 -
YUV 120.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 142 130 18 0 0.08 0.87 0.44 54.19 0.78 0.31
Hex 8E 82 12 0 8 57 2C 36 4E 1F
Octal 216 202 22 0 10 127 54 66 116 37
Binary 10001110 10000010 10010 0 1000 1010111 101100 110110 1001110 11111

Color Harmonies of #8E8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8212

Black with #8E8212

Text Example


Text Example

White with #8E8212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,18); }

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

background-color css

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

 a { background-color: rgb(142,130,18); }

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

border-color css

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

 span { border-color: rgb(142,130,18); }

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