#988424

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

Shades of Lemon Ginger #988424

Tints of Lemon Ginger #988424

Color information

#988424 (or 0x988424) is unknown color: approx Lemon Ginger. HEX triplet: 98, 84 and 24. RGB value is (152,132,36). Sum of RGB (Red+Green+Blue) = 152+132+36=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #988424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988424 is #677BDB. Grayscale: #7F7F7F. Windows color (decimal): -6781916 or 2393240. OLE color: 2393240.

HSL color Cylindrical-coordinate representation of color #988424: hue angle of 49.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988424 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15213236-
CMYK00.130.760.40
HSL49.66º61.7%36.86%-
HSV(B)49.66º76.32%59.61%-
XYZ21.5223.315.03-
YUV127.0476.63145.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 36 (14.45% from 255) = 11.25%
R=47.5%
G=41.25%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521323600.130.760.4049.6661.736.86
Hex9884240D4C28323e25
Octal2302044401511450627645
Binary1001100010000100100100011011001100101000110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988424; }

 p { color: rgb(152,132,36); }

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

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

 a { background-color: rgb(152,132,36); }

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

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

 span { border-color: rgb(152,132,36); }

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