Html Css Color HEX #8C8829 Lemon Ginger

📋 copy color: '#8C8829'

red 140 ◦ green 136 ◦ blue 41

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

Shades of Lemon Ginger #8C8829

Tints of Lemon Ginger #8C8829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 44.16%
G = 42.9%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C8829 (or 0x8C8829) is known color: Lemon Ginger. HEX triplet: 8C, 88 and 29. RGB value is (140,136,41). Sum of RGB (Red+Green+Blue) = 140+136+41=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8829 is #7377D6. Grayscale: #7E7E7E. Windows color (decimal): -7567319 or 2721932. OLE color: 2721932.

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

Color convert

RGB 140 136 41 -
CMYK 0 0.03 0.71 0.45
HSL 57.58º 0.55% 0.35% -
HSV(B) 57.58º 0.71% 0.55% -
XYZ 20.02 23.34 5.55 -
YUV 126.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 140 136 41 0 0.03 0.71 0.45 57.58 0.55 0.35
Hex 8C 88 29 0 3 47 2D 3A 37 23
Octal 214 210 51 0 3 107 55 72 67 43
Binary 10001100 10001000 101001 0 11 1000111 101101 111010 110111 100011

Color Harmonies of #8C8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8829

Black with #8C8829

Text Example


Text Example

White with #8C8829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,41); }

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

background-color css

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

 a { background-color: rgb(140,136,41); }

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

border-color css

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

 span { border-color: rgb(140,136,41); }

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