#9C970A

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

Shades of Lucky #9C970A

Tints of Lucky #9C970A

Color information

#9C970A (or 0x9C970A) is unknown color: approx Lucky. HEX triplet: 9C, 97 and 0A. RGB value is (156,151,10). Sum of RGB (Red+Green+Blue) = 156+151+10=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C970A is #6368F5. Grayscale: #888888. Windows color (decimal): -6514934 or 694172. OLE color: 694172.

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

Color convert

RGB15615110-
CMYK00.030.940.39
HSL57.95º87.95%32.55%-
HSV(B)57.95º93.59%61.18%-
XYZ24.8329.224.62-
YUV136.4256.66141.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=49.21%
G=47.63%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561511000.030.940.3957.9587.9532.55
Hex9C97A035E273a5821
Octal2342271203136477213041
Binary1001110010010111101001110111101001111110101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,10); }

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

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

 a { background-color: rgb(156,151,10); }

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

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

 span { border-color: rgb(156,151,10); }

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