Html Css Color HEX #8C872A Lemon Ginger

📋 copy color: '#8C872A'

red 140 ◦ green 135 ◦ blue 42

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

Shades of Lemon Ginger #8C872A

Tints of Lemon Ginger #8C872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 44.16%
G = 42.59%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C872A (or 0x8C872A) is known color: Lemon Ginger. HEX triplet: 8C, 87 and 2A. RGB value is (140,135,42). Sum of RGB (Red+Green+Blue) = 140+135+42=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C872A is #7378D5. Grayscale: #7E7E7E. Windows color (decimal): -7567574 or 2787212. OLE color: 2787212.

HSL color Cylindrical-coordinate representation of color #8C872A: hue angle of 56.94º 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 #8C872A is Cyan = 0, Magento = 0.04, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 135 42 -
CMYK 0 0.04 0.7 0.45
HSL 56.94º 0.54% 0.36% -
HSV(B) 56.94º 0.7% 0.55% -
XYZ 19.9 23.07 5.59 -
YUV 125.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 140 135 42 0 0.04 0.7 0.45 56.94 0.54 0.36
Hex 8C 87 2A 0 4 46 2D 39 36 24
Octal 214 207 52 0 4 106 55 71 66 44
Binary 10001100 10000111 101010 0 100 1000110 101101 111001 110110 100100

Color Harmonies of #8C872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C872A

Black with #8C872A

Text Example


Text Example

White with #8C872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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