#998032

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

Shades of Lemon Ginger #998032

Tints of Lemon Ginger #998032

Color information

#998032 (or 0x998032) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 32. RGB value is (153,128,50). Sum of RGB (Red+Green+Blue) = 153+128+50=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #998032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998032 is #667FCD. Grayscale: #7E7E7E. Windows color (decimal): -6717390 or 3309721. OLE color: 3309721.

HSL color Cylindrical-coordinate representation of color #998032: hue angle of 45.44º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #998032 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15312850-
CMYK00.160.670.4
HSL45.44º50.74%39.8%-
HSV(B)45.44º67.32%60%-
XYZ21.4322.446.22-
YUV126.5884.78146.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=46.22%
G=38.67%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531285000.160.670.445.4450.7439.8
Hex99803201043282d3328
Octal2312006202010350556350
Binary10011001100000001100100100001000011101000101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998032; }

 p { color: rgb(153,128,50); }

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

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

 a { background-color: rgb(153,128,50); }

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

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

 span { border-color: rgb(153,128,50); }

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