#998420

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

Shades of Lemon Ginger #998420

Tints of Lemon Ginger #998420

Color information

#998420 (or 0x998420) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 20. RGB value is (153,132,32). Sum of RGB (Red+Green+Blue) = 153+132+32=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998420 is #667BDF. Grayscale: #7F7F7F. Windows color (decimal): -6716384 or 2131097. OLE color: 2131097.

HSL color Cylindrical-coordinate representation of color #998420: hue angle of 49.59º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #998420 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB15313232-
CMYK00.140.790.4
HSL49.59º65.41%36.27%-
HSV(B)49.59º79.08%60%-
XYZ21.6523.384.74-
YUV126.8874.46146.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=48.26%
G=41.64%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531323200.140.790.449.5965.4136.27
Hex9984200E4F28324124
Octal23120440016117506210144
Binary10011001100001001000000111010011111010001100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998420; }

 p { color: rgb(153,132,32); }

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

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

 a { background-color: rgb(153,132,32); }

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

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

 span { border-color: rgb(153,132,32); }

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