Html Css Color HEX #8C871E Lemon Ginger

📋 copy color: '#8C871E'

red 140 ◦ green 135 ◦ blue 30

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

Shades of Lemon Ginger #8C871E

Tints of Lemon Ginger #8C871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 45.9%
G = 44.26%
B = 9.84%

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

#8C871E (or 0x8C871E) is known color: Lemon Ginger. HEX triplet: 8C, 87 and 1E. RGB value is (140,135,30). Sum of RGB (Red+Green+Blue) = 140+135+30=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C871E is #7378E1. Grayscale: #7C7C7C. Windows color (decimal): -7567586 or 2000780. OLE color: 2000780.

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

Color convert

RGB 140 135 30 -
CMYK 0 0.04 0.79 0.45
HSL 57.27º 0.65% 0.33% -
HSV(B) 57.27º 0.79% 0.55% -
XYZ 19.71 23 4.63 -
YUV 124.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 140 135 30 0 0.04 0.79 0.45 57.27 0.65 0.33
Hex 8C 87 1E 0 4 4F 2D 39 41 21
Octal 214 207 36 0 4 117 55 71 101 41
Binary 10001100 10000111 11110 0 100 1001111 101101 111001 1000001 100001

Color Harmonies of #8C871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C871E

Black with #8C871E

Text Example


Text Example

White with #8C871E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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