#988D1C

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

Shades of Lemon Ginger #988D1C

Tints of Lemon Ginger #988D1C

Color information

#988D1C (or 0x988D1C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8D and 1C. RGB value is (152,141,28). Sum of RGB (Red+Green+Blue) = 152+141+28=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #988D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D1C is #6772E3. Grayscale: #838383. Windows color (decimal): -6779620 or 1871256. OLE color: 1871256.

HSL color Cylindrical-coordinate representation of color #988D1C: hue angle of 54.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #988D1C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15214128-
CMYK00.070.820.40
HSL54.68º68.89%35.29%-
HSV(B)54.68º81.58%59.61%-
XYZ22.6825.814.88-
YUV131.4169.64142.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=47.35%
G=43.93%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521412800.070.820.4054.6868.8935.29
Hex988D1C075228374523
Octal2302153407122506710543
Binary100110001000110111100011110100101010001101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D1C; }

 p { color: rgb(152,141,28); }

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

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

 a { background-color: rgb(152,141,28); }

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

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

 span { border-color: rgb(152,141,28); }

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