Html Css Color HEX #8C842D Lemon Ginger

📋 copy color: '#8C842D'

red 140 ◦ green 132 ◦ blue 45

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

Shades of Lemon Ginger #8C842D

Tints of Lemon Ginger #8C842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 44.16%
G = 41.64%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C842D (or 0x8C842D) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 2D. RGB value is (140,132,45). Sum of RGB (Red+Green+Blue) = 140+132+45=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C842D is #737BD2. Grayscale: #7C7C7C. Windows color (decimal): -7568339 or 2983052. OLE color: 2983052.

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

Color convert

RGB 140 132 45 -
CMYK 0 0.06 0.68 0.45
HSL 54.95º 0.51% 0.36% -
HSV(B) 54.95º 0.68% 0.55% -
XYZ 19.54 22.27 5.75 -
YUV 124.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 140 132 45 0 0.06 0.68 0.45 54.95 0.51 0.36
Hex 8C 84 2D 0 6 44 2D 37 33 24
Octal 214 204 55 0 6 104 55 67 63 44
Binary 10001100 10000100 101101 0 110 1000100 101101 110111 110011 100100

Color Harmonies of #8C842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C842D

Black with #8C842D

Text Example


Text Example

White with #8C842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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