Html Css Color HEX #8C821E Lemon Ginger

📋 copy color: '#8C821E'

red 140 ◦ green 130 ◦ blue 30

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

Shades of Lemon Ginger #8C821E

Tints of Lemon Ginger #8C821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 46.67%
G = 43.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C821E (or 0x8C821E) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 1E. RGB value is (140,130,30). Sum of RGB (Red+Green+Blue) = 140+130+30=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C821E is #737DE1. Grayscale: #7A7A7A. Windows color (decimal): -7568866 or 1999500. OLE color: 1999500.

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

Color convert

RGB 140 130 30 -
CMYK 0 0.07 0.79 0.45
HSL 54.55º 0.65% 0.33% -
HSV(B) 54.55º 0.79% 0.55% -
XYZ 19.03 21.63 4.4 -
YUV 121.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 140 130 30 0 0.07 0.79 0.45 54.55 0.65 0.33
Hex 8C 82 1E 0 7 4F 2D 37 41 21
Octal 214 202 36 0 7 117 55 67 101 41
Binary 10001100 10000010 11110 0 111 1001111 101101 110111 1000001 100001

Color Harmonies of #8C821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C821E

Black with #8C821E

Text Example


Text Example

White with #8C821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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