Html Css Color HEX #8C842A Lemon Ginger

📋 copy color: '#8C842A'

red 140 ◦ green 132 ◦ blue 42

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

Shades of Lemon Ginger #8C842A

Tints of Lemon Ginger #8C842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 44.59%
G = 42.04%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C842A (or 0x8C842A) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 2A. RGB value is (140,132,42). Sum of RGB (Red+Green+Blue) = 140+132+42=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C842A is #737BD5. Grayscale: #7C7C7C. Windows color (decimal): -7568342 or 2786444. OLE color: 2786444.

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

Color convert

RGB 140 132 42 -
CMYK 0 0.06 0.7 0.45
HSL 55.1º 0.54% 0.36% -
HSV(B) 55.1º 0.7% 0.55% -
XYZ 19.48 22.25 5.46 -
YUV 124.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 140 132 42 0 0.06 0.7 0.45 55.1 0.54 0.36
Hex 8C 84 2A 0 6 46 2D 37 36 24
Octal 214 204 52 0 6 106 55 67 66 44
Binary 10001100 10000100 101010 0 110 1000110 101101 110111 110110 100100

Color Harmonies of #8C842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C842A

Black with #8C842A

Text Example


Text Example

White with #8C842A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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