#998432

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

Shades of Lemon Ginger #998432

Tints of Lemon Ginger #998432

Color information

#998432 (or 0x998432) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 32. RGB value is (153,132,50). Sum of RGB (Red+Green+Blue) = 153+132+50=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998432 is #667BCD. Grayscale: #818181. Windows color (decimal): -6716366 or 3310745. OLE color: 3310745.

HSL color Cylindrical-coordinate representation of color #998432: hue angle of 47.77º 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 #998432 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15313250-
CMYK00.140.670.4
HSL47.77º50.74%39.8%-
HSV(B)47.77º67.32%60%-
XYZ21.9623.516.4-
YUV128.9383.46145.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=45.67%
G=39.40%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531325000.140.670.447.7750.7439.8
Hex9984320E4328303328
Octal2312046201610350606350
Binary1001100110000100110010011101000011101000110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998432; }

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

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

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

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

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

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

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

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