Html Css Color HEX #8E8B1F Lemon Ginger

📋 copy color: '#8E8B1F'

red 142 ◦ green 139 ◦ blue 31

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

Shades of Lemon Ginger #8E8B1F

Tints of Lemon Ginger #8E8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 45.51%
G = 44.55%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E8B1F (or 0x8E8B1F) is known color: Lemon Ginger. HEX triplet: 8E, 8B and 1F. RGB value is (142,139,31). Sum of RGB (Red+Green+Blue) = 142+139+31=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B1F is #7174E0. Grayscale: #808080. Windows color (decimal): -7435489 or 2067342. OLE color: 2067342.

HSL color Cylindrical-coordinate representation of color #8E8B1F: hue angle of 58.38º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E8B1F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 139 31 -
CMYK 0 0.02 0.78 0.44
HSL 58.38º 0.64% 0.34% -
HSV(B) 58.38º 0.78% 0.56% -
XYZ 20.64 24.31 4.9 -
YUV 127.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 142 139 31 0 0.02 0.78 0.44 58.38 0.64 0.34
Hex 8E 8B 1F 0 2 4E 2C 3A 40 22
Octal 216 213 37 0 2 116 54 72 100 42
Binary 10001110 10001011 11111 0 10 1001110 101100 111010 1000000 100010

Color Harmonies of #8E8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B1F

Black with #8E8B1F

Text Example


Text Example

White with #8E8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,31); }

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

background-color css

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

 a { background-color: rgb(142,139,31); }

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

border-color css

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

 span { border-color: rgb(142,139,31); }

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