#989129

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

Shades of Lemon Ginger #989129

Tints of Lemon Ginger #989129

Color information

#989129 (or 0x989129) is unknown color: approx Lemon Ginger. HEX triplet: 98, 91 and 29. RGB value is (152,145,41). Sum of RGB (Red+Green+Blue) = 152+145+41=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #989129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989129 is #676ED6. Grayscale: #878787. Windows color (decimal): -6778583 or 2724248. OLE color: 2724248.

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

Color convert

RGB15214541-
CMYK00.050.730.40
HSL56.22º57.51%37.84%-
HSV(B)56.22º73.03%59.61%-
XYZ23.4727.096.09-
YUV135.2474.82139.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=44.97%
G=42.90%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521454100.050.730.4056.2257.5137.84
Hex989129054928383a26
Octal230221510511150707246
Binary100110001001000110100101011001001101000111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989129; }

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

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

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

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

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

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

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

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