#9C9506

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

Shades of Lucky #9C9506

Tints of Lucky #9C9506

Color information

#9C9506 (or 0x9C9506) is unknown color: approx Lucky. HEX triplet: 9C, 95 and 06. RGB value is (156,149,6). Sum of RGB (Red+Green+Blue) = 156+149+6=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9506 is #636AF9. Grayscale: #878787. Windows color (decimal): -6515450 or 431516. OLE color: 431516.

HSL color Cylindrical-coordinate representation of color #9C9506: hue angle of 57.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C9506 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1561496-
CMYK00.040.960.39
HSL57.2º92.59%31.76%-
HSV(B)57.2º96.15%61.18%-
XYZ24.4928.584.4-
YUV134.7955.32143.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=50.16%
G=47.91%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156149600.040.960.3957.292.5931.76
Hex9C956046027395d20
Octal234225604140477113540
Binary1001110010010101110010011000001001111110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,6); }

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

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

 a { background-color: rgb(156,149,6); }

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

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

 span { border-color: rgb(156,149,6); }

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