#989408

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

Shades of Lucky #989408

Tints of Lucky #989408

Color information

#989408 (or 0x989408) is unknown color: approx Lucky. HEX triplet: 98, 94 and 08. RGB value is (152,148,8). Sum of RGB (Red+Green+Blue) = 152+148+8=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #989408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989408 is #676BF7. Grayscale: #858585. Windows color (decimal): -6777848 or 562328. OLE color: 562328.

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

Color convert

RGB1521488-
CMYK00.030.950.40
HSL58.33º90%31.37%-
HSV(B)58.33º94.74%59.61%-
XYZ23.5827.874.37-
YUV133.2457.33141.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=49.35%
G=48.05%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152148800.030.950.4058.339031.37
Hex98948035F283a5a1f
Octal2302241003137507213237
Binary100110001001010010000111011111101000111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989408; }

 p { color: rgb(152,148,8); }

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

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

 a { background-color: rgb(152,148,8); }

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

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

 span { border-color: rgb(152,148,8); }

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