Html Css Color HEX #8D881E Lemon Ginger

📋 copy color: '#8D881E'

red 141 ◦ green 136 ◦ blue 30

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

Shades of Lemon Ginger #8D881E

Tints of Lemon Ginger #8D881E

RGB

 RED value IS 141 (55.47% from 255) = 45.93%

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

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

R = 45.93%
G = 44.3%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D881E (or 0x8D881E) is known color: Lemon Ginger. HEX triplet: 8D, 88 and 1E. RGB value is (141,136,30). Sum of RGB (Red+Green+Blue) = 141+136+30=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D881E is #7277E1. Grayscale: #7D7D7D. Windows color (decimal): -7501794 or 2001037. OLE color: 2001037.

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

Color convert

RGB 141 136 30 -
CMYK 0 0.04 0.79 0.45
HSL 57.3º 0.65% 0.34% -
HSV(B) 57.3º 0.79% 0.55% -
XYZ 20.02 23.36 4.68 -
YUV 125.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 141 136 30 0 0.04 0.79 0.45 57.3 0.65 0.34
Hex 8D 88 1E 0 4 4F 2D 39 41 22
Octal 215 210 36 0 4 117 55 71 101 42
Binary 10001101 10001000 11110 0 100 1001111 101101 111001 1000001 100010

Color Harmonies of #8D881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D881E

Black with #8D881E

Text Example


Text Example

White with #8D881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,30); }

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

background-color css

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

 a { background-color: rgb(141,136,30); }

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

border-color css

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

 span { border-color: rgb(141,136,30); }

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