#989604

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

Shades of Lucky #989604

Tints of Lucky #989604

Color information

#989604 (or 0x989604) is unknown color: approx Lucky. HEX triplet: 98, 96 and 04. RGB value is (152,150,4). Sum of RGB (Red+Green+Blue) = 152+150+4=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #989604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989604 is #6769FB. Grayscale: #868686. Windows color (decimal): -6777340 or 300696. OLE color: 300696.

HSL color Cylindrical-coordinate representation of color #989604: hue angle of 59.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #989604 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1521504-
CMYK00.010.970.40
HSL59.19º94.87%30.59%-
HSV(B)59.19º97.37%59.61%-
XYZ23.8828.54.36-
YUV133.9554.66140.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=49.67%
G=49.02%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152150400.010.970.4059.1994.8730.59
Hex989640161283b5f1f
Octal230226401141507313737
Binary1001100010010110100011100001101000111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989604; }

 p { color: rgb(152,150,4); }

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

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

 a { background-color: rgb(152,150,4); }

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

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

 span { border-color: rgb(152,150,4); }

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