Html Css Color HEX #8C802D Lemon Ginger

📋 copy color: '#8C802D'

red 140 ◦ green 128 ◦ blue 45

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

Shades of Lemon Ginger #8C802D

Tints of Lemon Ginger #8C802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 44.73%
G = 40.89%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C802D (or 0x8C802D) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 2D. RGB value is (140,128,45). Sum of RGB (Red+Green+Blue) = 140+128+45=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C802D is #737FD2. Grayscale: #7A7A7A. Windows color (decimal): -7569363 or 2982028. OLE color: 2982028.

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

Color convert

RGB 140 128 45 -
CMYK 0 0.09 0.68 0.45
HSL 52.42º 0.51% 0.36% -
HSV(B) 52.42º 0.68% 0.55% -
XYZ 19.01 21.2 5.57 -
YUV 122.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 140 128 45 0 0.09 0.68 0.45 52.42 0.51 0.36
Hex 8C 80 2D 0 9 44 2D 34 33 24
Octal 214 200 55 0 11 104 55 64 63 44
Binary 10001100 10000000 101101 0 1001 1000100 101101 110100 110011 100100

Color Harmonies of #8C802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C802D

Black with #8C802D

Text Example


Text Example

White with #8C802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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