#988029

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

Shades of Lemon Ginger #988029

Tints of Lemon Ginger #988029

Color information

#988029 (or 0x988029) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 29. RGB value is (152,128,41). Sum of RGB (Red+Green+Blue) = 152+128+41=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #988029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988029 is #677FD6. Grayscale: #7D7D7D. Windows color (decimal): -6782935 or 2719896. OLE color: 2719896.

HSL color Cylindrical-coordinate representation of color #988029: hue angle of 47.03º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #988029 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15212841-
CMYK00.160.730.40
HSL47.03º57.51%37.84%-
HSV(B)47.03º73.03%59.61%-
XYZ21.0722.275.29-
YUV125.2680.45147.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=47.35%
G=39.88%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521284100.160.730.4047.0357.5137.84
Hex98802901049282f3a26
Octal2302005102011150577246
Binary10011000100000001010010100001001001101000101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988029; }

 p { color: rgb(152,128,41); }

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

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

 a { background-color: rgb(152,128,41); }

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

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

 span { border-color: rgb(152,128,41); }

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