#998434

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

Shades of Lemon Ginger #998434

Tints of Lemon Ginger #998434

Color information

#998434 (or 0x998434) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 34. RGB value is (153,132,52). Sum of RGB (Red+Green+Blue) = 153+132+52=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #998434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998434 is #667BCB. Grayscale: #818181. Windows color (decimal): -6716364 or 3441817. OLE color: 3441817.

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

Color convert

RGB15313252-
CMYK00.140.660.4
HSL47.52º49.27%40.2%-
HSV(B)47.52º66.01%60%-
XYZ22.0123.526.63-
YUV129.1684.46145-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=45.40%
G=39.17%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531325200.140.660.447.5249.2740.2
Hex9984340E4228303128
Octal2312046401610250606150
Binary1001100110000100110100011101000010101000110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998434; }

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

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

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

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

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

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

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

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