Html Css Color HEX #8D8626 Lemon Ginger

📋 copy color: '#8D8626'

red 141 ◦ green 134 ◦ blue 38

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

Shades of Lemon Ginger #8D8626

Tints of Lemon Ginger #8D8626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 45.05%
G = 42.81%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8D8626 (or 0x8D8626) is known color: Lemon Ginger. HEX triplet: 8D, 86 and 26. RGB value is (141,134,38). Sum of RGB (Red+Green+Blue) = 141+134+38=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8626 is #7279D9. Grayscale: #7D7D7D. Windows color (decimal): -7502298 or 2524813. OLE color: 2524813.

HSL color Cylindrical-coordinate representation of color #8D8626: hue angle of 55.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D8626 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 134 38 -
CMYK 0 0.05 0.73 0.45
HSL 55.92º 0.58% 0.35% -
HSV(B) 55.92º 0.73% 0.55% -
XYZ 19.86 22.85 5.2 -
YUV 125.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 141 134 38 0 0.05 0.73 0.45 55.92 0.58 0.35
Hex 8D 86 26 0 5 49 2D 38 3A 23
Octal 215 206 46 0 5 111 55 70 72 43
Binary 10001101 10000110 100110 0 101 1001001 101101 111000 111010 100011

Color Harmonies of #8D8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8626

Black with #8D8626

Text Example


Text Example

White with #8D8626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,134,38); }

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

background-color css

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

 a { background-color: rgb(141,134,38); }

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

border-color css

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

 span { border-color: rgb(141,134,38); }

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