Html Css Color HEX #8D802D Lemon Ginger

📋 copy color: '#8D802D'

red 141 ◦ green 128 ◦ blue 45

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

Shades of Lemon Ginger #8D802D

Tints of Lemon Ginger #8D802D

RGB

 RED value IS 141 (55.47% from 255) = 44.9%

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

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

R = 44.9%
G = 40.76%
B = 14.33%

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

#8D802D (or 0x8D802D) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 2D. RGB value is (141,128,45). Sum of RGB (Red+Green+Blue) = 141+128+45=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D802D is #727FD2. Grayscale: #7A7A7A. Windows color (decimal): -7503827 or 2982029. OLE color: 2982029.

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

Color convert

RGB 141 128 45 -
CMYK 0 0.09 0.68 0.45
HSL 51.88º 0.52% 0.36% -
HSV(B) 51.88º 0.68% 0.55% -
XYZ 19.18 21.29 5.58 -
YUV 122.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 141 128 45 0 0.09 0.68 0.45 51.88 0.52 0.36
Hex 8D 80 2D 0 9 44 2D 34 34 24
Octal 215 200 55 0 11 104 55 64 64 44
Binary 10001101 10000000 101101 0 1001 1000100 101101 110100 110100 100100

Color Harmonies of #8D802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D802D

Black with #8D802D

Text Example


Text Example

White with #8D802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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