#9C9312

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

Shades of Lucky #9C9312

Tints of Lucky #9C9312

Color information

#9C9312 (or 0x9C9312) is unknown color: approx Lucky. HEX triplet: 9C, 93 and 12. RGB value is (156,147,18). Sum of RGB (Red+Green+Blue) = 156+147+18=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9312 is #636CED. Grayscale: #878787. Windows color (decimal): -6515950 or 1217436. OLE color: 1217436.

HSL color Cylindrical-coordinate representation of color #9C9312: hue angle of 56.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C9312 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15614718-
CMYK00.060.880.39
HSL56.09º79.31%34.12%-
HSV(B)56.09º88.46%61.18%-
XYZ24.2527.984.69-
YUV134.9861.98142.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=48.60%
G=45.79%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561471800.060.880.3956.0979.3134.12
Hex9C9312065827384f22
Octal2342232206130477011742
Binary100111001001001110010011010110001001111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,18); }

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

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

 a { background-color: rgb(156,147,18); }

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

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

 span { border-color: rgb(156,147,18); }

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