Html Css Color HEX #8C841F Lemon Ginger

📋 copy color: '#8C841F'

red 140 ◦ green 132 ◦ blue 31

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

Shades of Lemon Ginger #8C841F

Tints of Lemon Ginger #8C841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 46.2%
G = 43.56%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C841F (or 0x8C841F) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 1F. RGB value is (140,132,31). Sum of RGB (Red+Green+Blue) = 140+132+31=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C841F is #737BE0. Grayscale: #7B7B7B. Windows color (decimal): -7568353 or 2065548. OLE color: 2065548.

HSL color Cylindrical-coordinate representation of color #8C841F: hue angle of 55.6º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C841F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 132 31 -
CMYK 0 0.06 0.78 0.45
HSL 55.6º 0.64% 0.34% -
HSV(B) 55.6º 0.78% 0.55% -
XYZ 19.31 22.18 4.56 -
YUV 122.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 140 132 31 0 0.06 0.78 0.45 55.6 0.64 0.34
Hex 8C 84 1F 0 6 4E 2D 38 40 22
Octal 214 204 37 0 6 116 55 70 100 42
Binary 10001100 10000100 11111 0 110 1001110 101101 111000 1000000 100010

Color Harmonies of #8C841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C841F

Black with #8C841F

Text Example


Text Example

White with #8C841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,31); }

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

background-color css

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

 a { background-color: rgb(140,132,31); }

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

border-color css

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

 span { border-color: rgb(140,132,31); }

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