#9C9600

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

Shades of Lucky #9C9600

Tints of Lucky #9C9600

Color information

#9C9600 (or 0x9C9600) is unknown color: approx Lucky. HEX triplet: 9C, 96 and 00. RGB value is (156,150,0). Sum of RGB (Red+Green+Blue) = 156+150+0=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9600 is #6369FF. Grayscale: #878787. Windows color (decimal): -6515200 or 38556. OLE color: 38556.

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

Color convert

RGB1561500-
CMYK00.0410.39
HSL57.69º100%30.59%-
HSV(B)57.69º100%61.18%-
XYZ24.6228.884.28-
YUV134.6951.99143.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.98%
G=49.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156150000.0410.3957.6910030.59
Hex9C9600464273a641f
Octal234226004144477214437
Binary1001110010010110001001100100100111111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,0); }

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

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

 a { background-color: rgb(156,150,0); }

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

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

 span { border-color: rgb(156,150,0); }

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