Html Css Color HEX #8C862B Lemon Ginger

📋 copy color: '#8C862B'

red 140 ◦ green 134 ◦ blue 43

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

Shades of Lemon Ginger #8C862B

Tints of Lemon Ginger #8C862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 44.16%
G = 42.27%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C862B (or 0x8C862B) is known color: Lemon Ginger. HEX triplet: 8C, 86 and 2B. RGB value is (140,134,43). Sum of RGB (Red+Green+Blue) = 140+134+43=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C862B is #7379D4. Grayscale: #7D7D7D. Windows color (decimal): -7567829 or 2852492. OLE color: 2852492.

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

Color convert

RGB 140 134 43 -
CMYK 0 0.04 0.69 0.45
HSL 56.29º 0.53% 0.36% -
HSV(B) 56.29º 0.69% 0.55% -
XYZ 19.78 22.8 5.64 -
YUV 125.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 140 134 43 0 0.04 0.69 0.45 56.29 0.53 0.36
Hex 8C 86 2B 0 4 45 2D 38 35 24
Octal 214 206 53 0 4 105 55 70 65 44
Binary 10001100 10000110 101011 0 100 1000101 101101 111000 110101 100100

Color Harmonies of #8C862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C862B

Black with #8C862B

Text Example


Text Example

White with #8C862B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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