#988824

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

Shades of Lemon Ginger #988824

Tints of Lemon Ginger #988824

Color information

#988824 (or 0x988824) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 24. RGB value is (152,136,36). Sum of RGB (Red+Green+Blue) = 152+136+36=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #988824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988824 is #6777DB. Grayscale: #818181. Windows color (decimal): -6780892 or 2394264. OLE color: 2394264.

HSL color Cylindrical-coordinate representation of color #988824: hue angle of 51.72º 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 #988824 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15213636-
CMYK00.110.760.40
HSL51.72º61.7%36.86%-
HSV(B)51.72º76.32%59.61%-
XYZ22.0724.415.22-
YUV129.3875.3144.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=46.91%
G=41.98%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521363600.110.760.4051.7261.736.86
Hex9888240B4C28343e25
Octal2302104401311450647645
Binary1001100010001000100100010111001100101000110100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988824; }

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

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

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

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

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

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

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

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