#8D8921

Color #8D8921 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8D8921

Tints of Lemon Ginger #8D8921

Color information

#8D8921 (or 0x8D8921) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 89 and 21. RGB value is (141,137,33). Sum of RGB (Red+Green+Blue) = 141+137+33=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8921 is #7276DE. Grayscale: #7E7E7E. Windows color (decimal): -7501535 or 2197901. OLE color: 2197901.

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

Color convert

RGB14113733-
CMYK00.030.770.45
HSL57.78º62.07%34.12%-
HSV(B)57.78º76.6%55.29%-
XYZ20.223.664.94-
YUV126.3475.33138.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=45.34%
G=44.05%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411373300.030.770.4557.7862.0734.12
Hex8D8921034D2D3a3e22
Octal215211410311555727642
Binary10001101100010011000010111001101101101111010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D8921;
 }
 .AnyTagClassName
 {
   color: #8D8921;
 }
</style>
background-color css

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

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

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

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

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

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