Html Css Color HEX #8C871D Lemon Ginger

📋 copy color: '#8C871D'

red 140 ◦ green 135 ◦ blue 29

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

Shades of Lemon Ginger #8C871D

Tints of Lemon Ginger #8C871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 46.05%
G = 44.41%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C871D (or 0x8C871D) is known color: Lemon Ginger. HEX triplet: 8C, 87 and 1D. RGB value is (140,135,29). Sum of RGB (Red+Green+Blue) = 140+135+29=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C871D is #7378E2. Grayscale: #7C7C7C. Windows color (decimal): -7567587 or 1935244. OLE color: 1935244.

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

Color convert

RGB 140 135 29 -
CMYK 0 0.04 0.79 0.45
HSL 57.3º 0.66% 0.33% -
HSV(B) 57.3º 0.79% 0.55% -
XYZ 19.7 22.99 4.56 -
YUV 124.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 140 135 29 0 0.04 0.79 0.45 57.3 0.66 0.33
Hex 8C 87 1D 0 4 4F 2D 39 42 21
Octal 214 207 35 0 4 117 55 71 102 41
Binary 10001100 10000111 11101 0 100 1001111 101101 111001 1000010 100001

Color Harmonies of #8C871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C871D

Black with #8C871D

Text Example


Text Example

White with #8C871D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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