#989029

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

Shades of Lemon Ginger #989029

Tints of Lemon Ginger #989029

Color information

#989029 (or 0x989029) is unknown color: approx Lemon Ginger. HEX triplet: 98, 90 and 29. RGB value is (152,144,41). Sum of RGB (Red+Green+Blue) = 152+144+41=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #989029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989029 is #676FD6. Grayscale: #878787. Windows color (decimal): -6778839 or 2723992. OLE color: 2723992.

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

Color convert

RGB15214441-
CMYK00.050.730.40
HSL55.68º57.51%37.84%-
HSV(B)55.68º73.03%59.61%-
XYZ23.3226.786.04-
YUV134.6575.15140.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 41 (16.41% from 255) = 12.17%
R=45.10%
G=42.73%
B=12.17%

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
Decimal1521444100.050.730.4055.6857.5137.84
Hex989029054928383a26
Octal230220510511150707246
Binary100110001001000010100101011001001101000111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989029; }

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

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

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

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

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

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

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

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