Html Css Color HEX #8C861D Lemon Ginger

📋 copy color: '#8C861D'

red 140 ◦ green 134 ◦ blue 29

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

Shades of Lemon Ginger #8C861D

Tints of Lemon Ginger #8C861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 46.2%
G = 44.22%
B = 9.57%

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

#8C861D (or 0x8C861D) is known color: Lemon Ginger. HEX triplet: 8C, 86 and 1D. RGB value is (140,134,29). Sum of RGB (Red+Green+Blue) = 140+134+29=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C861D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C861D is #7379E2. Grayscale: #7C7C7C. Windows color (decimal): -7567843 or 1934988. OLE color: 1934988.

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

Color convert

RGB 140 134 29 -
CMYK 0 0.04 0.79 0.45
HSL 56.76º 0.66% 0.33% -
HSV(B) 56.76º 0.79% 0.55% -
XYZ 19.56 22.71 4.52 -
YUV 123.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 140 134 29 0 0.04 0.79 0.45 56.76 0.66 0.33
Hex 8C 86 1D 0 4 4F 2D 39 42 21
Octal 214 206 35 0 4 117 55 71 102 41
Binary 10001100 10000110 11101 0 100 1001111 101101 111001 1000010 100001

Color Harmonies of #8C861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C861D

Black with #8C861D

Text Example


Text Example

White with #8C861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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