#9C9104

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

Shades of Lucky #9C9104

Tints of Lucky #9C9104

Color information

#9C9104 (or 0x9C9104) is unknown color: approx Lucky. HEX triplet: 9C, 91 and 04. RGB value is (156,145,4). Sum of RGB (Red+Green+Blue) = 156+145+4=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9104 is #636EFB. Grayscale: #848484. Windows color (decimal): -6516476 or 299420. OLE color: 299420.

HSL color Cylindrical-coordinate representation of color #9C9104: hue angle of 55.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C9104 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB1561454-
CMYK00.070.970.39
HSL55.66º95%31.37%-
HSV(B)55.66º97.44%61.18%-
XYZ23.8627.334.13-
YUV132.2155.64144.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=51.15%
G=47.54%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156145400.070.970.3955.669531.37
Hex9C914076127385f1f
Octal234221407141477013737
Binary100111001001000110001111100001100111111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9104; }

 p { color: rgb(156,145,4); }

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

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

 a { background-color: rgb(156,145,4); }

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

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

 span { border-color: rgb(156,145,4); }

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