#988629

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

Shades of Lemon Ginger #988629

Tints of Lemon Ginger #988629

Color information

#988629 (or 0x988629) is unknown color: approx Lemon Ginger. HEX triplet: 98, 86 and 29. RGB value is (152,134,41). Sum of RGB (Red+Green+Blue) = 152+134+41=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988629 is #6779D6. Grayscale: #818181. Windows color (decimal): -6781399 or 2721432. OLE color: 2721432.

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

Color convert

RGB15213441-
CMYK00.120.730.40
HSL50.27º57.51%37.84%-
HSV(B)50.27º73.03%59.61%-
XYZ21.8723.895.56-
YUV128.7878.46144.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=46.48%
G=40.98%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521344100.120.730.4050.2757.5137.84
Hex9886290C4928323a26
Octal2302065101411150627246
Binary1001100010000110101001011001001001101000110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988629; }

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

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

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

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

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

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

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

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