Html Css Color HEX #8D8521 Lemon Ginger

📋 copy color: '#8D8521'

red 141 ◦ green 133 ◦ blue 33

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

Shades of Lemon Ginger #8D8521

Tints of Lemon Ginger #8D8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 45.93%
G = 43.32%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8D8521 (or 0x8D8521) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 21. RGB value is (141,133,33). Sum of RGB (Red+Green+Blue) = 141+133+33=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8521 is #727ADE. Grayscale: #7C7C7C. Windows color (decimal): -7502559 or 2196877. OLE color: 2196877.

HSL color Cylindrical-coordinate representation of color #8D8521: hue angle of 55.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D8521 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 133 33 -
CMYK 0 0.06 0.77 0.45
HSL 55.56º 0.62% 0.34% -
HSV(B) 55.56º 0.77% 0.55% -
XYZ 19.65 22.55 4.76 -
YUV 123.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 141 133 33 0 0.06 0.77 0.45 55.56 0.62 0.34
Hex 8D 85 21 0 6 4D 2D 38 3E 22
Octal 215 205 41 0 6 115 55 70 76 42
Binary 10001101 10000101 100001 0 110 1001101 101101 111000 111110 100010

Color Harmonies of #8D8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8521

Black with #8D8521

Text Example


Text Example

White with #8D8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,133,33); }

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

background-color css

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

 a { background-color: rgb(141,133,33); }

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

border-color css

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

 span { border-color: rgb(141,133,33); }

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