Html Css Color HEX #8D801B Lemon Ginger

📋 copy color: '#8D801B'

red 141 ◦ green 128 ◦ blue 27

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

Shades of Lemon Ginger #8D801B

Tints of Lemon Ginger #8D801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 47.64%
G = 43.24%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D801B (or 0x8D801B) is known color: Lemon Ginger. HEX triplet: 8D, 80 and 1B. RGB value is (141,128,27). Sum of RGB (Red+Green+Blue) = 141+128+27=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D801B is #727FE4. Grayscale: #787878. Windows color (decimal): -7503845 or 1802381. OLE color: 1802381.

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

Color convert

RGB 141 128 27 -
CMYK 0 0.09 0.81 0.45
HSL 53.16º 0.68% 0.33% -
HSV(B) 53.16º 0.81% 0.55% -
XYZ 18.9 21.18 4.13 -
YUV 120.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 141 128 27 0 0.09 0.81 0.45 53.16 0.68 0.33
Hex 8D 80 1B 0 9 51 2D 35 44 21
Octal 215 200 33 0 11 121 55 65 104 41
Binary 10001101 10000000 11011 0 1001 1010001 101101 110101 1000100 100001

Color Harmonies of #8D801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D801B

Black with #8D801B

Text Example


Text Example

White with #8D801B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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