Html Css Color HEX #8E8B1E Lemon Ginger

📋 copy color: '#8E8B1E'

red 142 ◦ green 139 ◦ blue 30

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

Shades of Lemon Ginger #8E8B1E

Tints of Lemon Ginger #8E8B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 45.66%
G = 44.69%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E8B1E (or 0x8E8B1E) is known color: Lemon Ginger. HEX triplet: 8E, 8B and 1E. RGB value is (142,139,30). Sum of RGB (Red+Green+Blue) = 142+139+30=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B1E is #7174E1. Grayscale: #7F7F7F. Windows color (decimal): -7435490 or 2001806. OLE color: 2001806.

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

Color convert

RGB 142 139 30 -
CMYK 0 0.02 0.79 0.44
HSL 58.39º 0.65% 0.34% -
HSV(B) 58.39º 0.79% 0.56% -
XYZ 20.62 24.31 4.83 -
YUV 127.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 142 139 30 0 0.02 0.79 0.44 58.39 0.65 0.34
Hex 8E 8B 1E 0 2 4F 2C 3A 41 22
Octal 216 213 36 0 2 117 54 72 101 42
Binary 10001110 10001011 11110 0 10 1001111 101100 111010 1000001 100010

Color Harmonies of #8E8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B1E

Black with #8E8B1E

Text Example


Text Example

White with #8E8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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