Html Css Color HEX #8C8626 Lemon Ginger

📋 copy color: '#8C8626'

red 140 ◦ green 134 ◦ blue 38

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

Shades of Lemon Ginger #8C8626

Tints of Lemon Ginger #8C8626

RGB

 RED value IS 140 (55.08% from 255) = 44.87%

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

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

R = 44.87%
G = 42.95%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C8626 (or 0x8C8626) is known color: Lemon Ginger. HEX triplet: 8C, 86 and 26. RGB value is (140,134,38). Sum of RGB (Red+Green+Blue) = 140+134+38=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8626 is #7379D9. Grayscale: #7D7D7D. Windows color (decimal): -7567834 or 2524812. OLE color: 2524812.

HSL color Cylindrical-coordinate representation of color #8C8626: hue angle of 56.47º degrees, saturation: 0.57, 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 #8C8626 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 134 38 -
CMYK 0 0.04 0.73 0.45
HSL 56.47º 0.57% 0.35% -
HSV(B) 56.47º 0.73% 0.55% -
XYZ 19.69 22.77 5.19 -
YUV 124.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 140 134 38 0 0.04 0.73 0.45 56.47 0.57 0.35
Hex 8C 86 26 0 4 49 2D 38 39 23
Octal 214 206 46 0 4 111 55 70 71 43
Binary 10001100 10000110 100110 0 100 1001001 101101 111000 111001 100011

Color Harmonies of #8C8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8626

Black with #8C8626

Text Example


Text Example

White with #8C8626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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